提交 48c7bb32 authored 作者: Mathieu Parent's avatar Mathieu Parent

Skinny: correct define_time_date

The 'day' field is the month day (and not year day).

Fix MODSKINNY-4 and MODSKINNY-7
上级 d140b11c
......@@ -688,10 +688,10 @@ switch_status_t send_define_current_time_date(listener_t *listener)
tm.tm_year + 1900,
tm.tm_mon + 1,
tm.tm_wday,
tm.tm_yday + 1,
tm.tm_mday,
tm.tm_hour,
tm.tm_min,
tm.tm_sec + 1,
tm.tm_sec,
tm.tm_usec / 1000,
ts / 1000000);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论