]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4741 I think I see the issue, try this
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 31 Oct 2012 15:41:42 +0000 (11:41 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 31 Oct 2012 15:41:48 +0000 (11:41 -0400)
src/switch_xml.c

index 237873e15d1b1a437fe0a349a87bf23548cc0ccd..e949113a59bfa5411ccaee067dcdea5f1757ccac 100644 (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;
        }