From: Anthony Minessale Date: Wed, 31 Oct 2012 15:41:42 +0000 (-0400) Subject: FS-4741 I think I see the issue, try this X-Git-Tag: v1.3.1~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d7e2799c3dbe5ce0f9ab8d1ca45ff712b9c71af;p=thirdparty%2Ffreeswitch.git FS-4741 I think I see the issue, try this --- diff --git a/src/switch_xml.c b/src/switch_xml.c index 237873e15d..e949113a59 100644 --- a/src/switch_xml.c +++ b/src/switch_xml.c @@ -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; }