History log of /PHP-7.4/ext/date/lib/parse_tz.c (Results 76 – 86 of 86)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 3ad7c1ad 18-Jun-2005 Derick Rethans

- 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.


# 30efc9f6 18-Jun-2005 Derick Rethans

- 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.


# c4114579 17-Jun-2005 Derick Rethans

- The incoming TS is GMT... but the hole filler wants local time so we
have to convert it.
- Change e-mail address


# f4de0395 17-Jun-2005 Derick Rethans

- Rename tl_config.h to timelib_config.h


# a736f99e 16-Jun-2005 foobar

- Improve portability.
# TODO: The standalone lib needs it's own build stuff, pretty much same as
# Zend has for standalone builds.


# ca167760 16-Jun-2005 Derick Rethans

- Fixed headers for FreeBSD
- Moved from ntohl to own macro
- Export timelib_dump_tzinfo


# 4ad939be 16-Jun-2005 Derick Rethans

- Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to
prevent duplicate header names.


# eb8b4fd4 15-Jun-2005 Derick Rethans

- Make it compile cleanly with MS VC++ too, which is completely anal in some
cases.


# cc33e8f5 15-Jun-2005 Edin Kadribasic

Nuke PHP_ prefix from timelib


# 28999771 15-Jun-2005 Edin Kadribasic

Make it compile on windows


# 4fb4cac6 14-Jun-2005 Derick Rethans

- Add my new timelib and ext/date. For now only strtotime() makes use of this.


1234