Derick Rethans
f0a0f89a2c
- MFH: Fixed bug #35660 (AIX TZ variable format not understood, yields UTC
...
timezone).
2005-12-20 19:54:10 +00:00
Derick Rethans
7b581f6d19
- MFH: Merged new timelib, which is a bit more cleverer
...
- MFH: Support "UTC" in strtotime() properly.
- MFH: Added astro code, which is going to form the base for the new sunfuncs.
2005-12-19 13:00:37 +00:00
foobar
f94b3012bd
MFH
2005-12-12 19:45:01 +00:00
Ilia Alshanetsky
f4248e51a4
Fixed bug #35499 (strtotime() does not handle whitespace around the date
...
string).
2005-12-01 16:24:52 +00:00
Derick Rethans
afccca77dd
- MFH: Allow an external Timezone Database to be used.
2005-10-03 11:17:28 +00:00
Derick Rethans
08b5c498ce
- Implemented better timezone guessing algorithm.
2005-10-01 15:04:07 +00:00
Derick Rethans
321732227f
- Fixed bug #34304 (date() doesn't have a modifier for ISO Week Day).
2005-09-02 09:33:08 +00:00
Derick Rethans
d3326d5b26
- MFH: Fixed bug #34087 for real.
...
- MFH: Windows compile fixes.
2005-08-25 09:47:28 +00:00
foobar
23e671a51e
- Bumber up year
2005-08-03 14:08:58 +00:00
Derick Rethans
e6c1ff254d
- Fixed bug #33578 (strtotime() problem with "Oct17" format).
...
- Fixed problems with lone years in strtotime().
- Added functions to timelib to get a list of all abbreviations and timezone
identifiers.
- Fixed problems with parsed dates that only have GMT offsets associated
with them.
- Fixed a Windows compile problem.
- Added special constants for different often used date formats (DATE_ISO8601,
DATE_RFC822, DATE_RSS etc).
- Fixed date_default_timezone_get() to return the guessed timezone if none
was set yet with date_default_timezone_set().
- Added experimental support for Date/Timezone objects as per specifications.
2005-07-20 08:31:02 +00:00
Derick Rethans
422f14cb0f
- Fixed bug #33536 (strtotime defaults to now even on non time string).
2005-07-03 21:38:54 +00:00
Derick Rethans
2e9d063814
- Added fallback to system's timezone setting, but marked with an E_STRICT
...
error.
- Adjusted tests to use the date_timezone_set() function.
2005-07-03 15:01:29 +00:00
Frank M. Kromann
4ae7321f3e
Fix Win32 build
2005-06-30 23:03:36 +00:00
Derick Rethans
e155585e6e
- Reimplemented date and gmdate with new timelib code.
...
- Removed old date/gmdate implementations.
- Moved date() related testcases to ext/date/tests.
- Implemented bug #33452 .
- Fixed testcase for bug #27719 - there is no timezone called "EST5DST".
2005-06-30 21:38:06 +00:00
Derick Rethans
c41145799d
- The incoming TS is GMT... but the hole filler wants local time so we
...
have to convert it.
- Change e-mail address
2005-06-17 14:54:00 +00:00
foobar
a736f99e2f
- Improve portability.
...
# TODO: The standalone lib needs it's own build stuff, pretty much same as
# Zend has for standalone builds.
2005-06-16 23:12:10 +00:00
Derick Rethans
ca16776087
- Fixed headers for FreeBSD
...
- Moved from ntohl to own macro
- Export timelib_dump_tzinfo
2005-06-16 18:34:42 +00:00
Derick Rethans
4ad939be1b
- Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" to
...
prevent duplicate header names.
2005-06-16 17:12:41 +00:00