alecpl
2008-12-22 0fc97c2833b2254b391bb741b3262f86569c5938
- fix internal date parsing


1 files modified
2 ■■■ changed files
program/lib/imap.inc 2 ●●● patch | view | raw | blame | history
program/lib/imap.inc
@@ -1743,7 +1743,7 @@
                    //get timezone
                    $time_str      = substr($time_str, 0, -1);
                    $time_zone_str = substr($time_str, -5); // extract timezone
                    $time_str      = substr($time_str, 1, -6); // remove quotes
                    $time_str      = substr($time_str, 0, -5); // remove timezone
                    $time_zone     = (float)substr($time_zone_str, 1, 2); // get first two digits
            
                    if ($time_zone_str[3] != '0') {