php-src/ext/date/lib
Derick Rethans 3ad7c1ad4a - If the ts is smaller than the first transition time, use the last one
in the list.
#- This seems consistent with how "zdump" works, although I'm not 100% sure if
#  it's correct.
2005-06-18 11:58:18 +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 - If the ts is smaller than the first transition time, use the last one 2005-06-18 11:58:18 +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