Fixed bug #45543: DateTime::setTimezone can not set timezones without ID.

This commit is contained in:
Derick Rethans 2014-01-26 13:58:13 +01:00
parent 4e308abf28
commit 22dba2f5f3
6 changed files with 84 additions and 12 deletions

View file

@ -91,6 +91,8 @@ int timelib_apply_localtime(timelib_time *t, unsigned int localtime);
void timelib_unixtime2gmt(timelib_time* tm, timelib_sll ts);
void timelib_unixtime2local(timelib_time *tm, timelib_sll ts);
void timelib_update_from_sse(timelib_time *tm);
void timelib_set_timezone_from_offset(timelib_time *t, timelib_sll utc_offset);
void timelib_set_timezone_from_abbr(timelib_time *t, timelib_abbr_info abbr_info);
void timelib_set_timezone(timelib_time *t, timelib_tzinfo *tz);
/* From parse_tz.c */