Aleksander Machniak
2014-12-09 ecf6c79d00a8ed722a6664f276a0f015de4d13c2
program/lib/Roundcube/rcube_utils.php
@@ -797,7 +797,7 @@
        // try to parse string with DateTime first
        if (!empty($date)) {
            try {
                $dt = new DateTime($date, $timezone);
                $dt = $timezone ? new DateTime($date, $timezone) : new DateTime($date);
            }
            catch (Exception $e) {
                // ignore