From 6d7e2799c3dbe5ce0f9ab8d1ca45ff712b9c71af Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 31 Oct 2012 11:41:42 -0400 Subject: [PATCH] FS-4741 I think I see the issue, try this --- src/switch_xml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }