mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-12 20:27:19 +00:00
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…
x
Reference in New Issue
Block a user