Hi!

That is incorrect, not every timezone DST change is 60 minutes.

The I would guess this code in do_adjust_timezone() also wrong:

                case TIMELIB_ZONETYPE_ABBR: {
                        timelib_sll tmp;

                        tz->is_localtime = 1;
                        tmp = tz->z;
                        tmp -= tz->dst * 60;
                        tmp *= 60;
                        return tmp;
                        }

Since it makes the same assumption?
--
Stanislav Malyshev, Software Architect
SugarCRM: http://www.sugarcrm.com/
(408)454-6900 ext. 227

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to