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

This commit is contained in:
Anthony Minessale 2012-10-31 11:41:42 -04:00
parent 603f3eff97
commit 6d7e2799c3
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}