提交 6d7e2799 authored 作者: Anthony Minessale's avatar Anthony Minessale

FS-4741 I think I see the issue, try this

上级 603f3eff
...@@ -2920,7 +2920,7 @@ SWITCH_DECLARE(int) switch_xml_std_datetime_check(switch_xml_t xcond, int *offse ...@@ -2920,7 +2920,7 @@ SWITCH_DECLARE(int) switch_xml_std_datetime_check(switch_xml_t xcond, int *offse
if (offset) { if (offset) {
eoffset = *offset; eoffset = *offset;
switch_time_exp_tz(&tm, ts, *offset); switch_time_exp_tz(&tm, ts, *offset * 3600);
} else { } else {
tm = tm2; tm = tm2;
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论