php-src/ext/date/lib
Derick Rethans 30efc9f68e - Fixed a problem where the timestamp we are looking up a TZ info structure for
was in the last record in the tz database.
- Fixed problem in test case.
2005-06-18 11:15:29 +00:00
..
resource - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
dow.c - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
parse_date.c - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
parse_date.re - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
parse_tz.c - Fixed a problem where the timestamp we are looking up a TZ info structure for 2005-06-18 11:15:29 +00:00
README - Add my new timelib and ext/date. For now only strtotime() makes use of this. 2005-06-14 21:32:29 +00:00
timelib_structs.h - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
timelib.c - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
timelib.h - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
timelib.m4 - Improve portability. 2005-06-16 23:12:10 +00:00
timezonedb.h - Add my new timelib and ext/date. For now only strtotime() makes use of this. 2005-06-14 21:32:29 +00:00
tm2unixtime.c - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00
unixtime2tm.c - The incoming TS is GMT... but the hole filler wants local time so we 2005-06-17 14:54:00 +00:00

Regenerating Parser
===================

Make sure you use re2c 0.97 or higher:
/dat/dev/sf/re2c/re2c -d -b parse_date.re > ../parse_date.c