FS-4741 I think I see the issue, try this
This commit is contained in:
parent
603f3eff97
commit
6d7e2799c3
|
@ -2920,7 +2920,7 @@ SWITCH_DECLARE(int) switch_xml_std_datetime_check(switch_xml_t xcond, int *offse
|
|||
|
||||
if (offset) {
|
||||
eoffset = *offset;
|
||||
switch_time_exp_tz(&tm, ts, *offset);
|
||||
switch_time_exp_tz(&tm, ts, *offset * 3600);
|
||||
} else {
|
||||
tm = tm2;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue