From 22dba2f5f3211efe6c3b9bb24734c811ca64c68c Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Sun, 26 Jan 2014 13:58:13 +0100 Subject: Fixed bug #45543: DateTime::setTimezone can not set timezones without ID. --- ext/date/lib/timelib_structs.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ext/date/lib/timelib_structs.h') diff --git a/ext/date/lib/timelib_structs.h b/ext/date/lib/timelib_structs.h index 2648c52e66..5185e7b40b 100644 --- a/ext/date/lib/timelib_structs.h +++ b/ext/date/lib/timelib_structs.h @@ -172,6 +172,12 @@ typedef struct timelib_time { * 2 TimeZone abbreviation */ } timelib_time; +typedef struct timelib_abbr_info { + timelib_sll utc_offset; + char *abbr; + int dst; +} timelib_abbr_info; + typedef struct timelib_error_message { int position; char character; -- cgit v1.2.1