summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* Reverted because correct decision has not been made yet.Moriyoshi Koizumi2003-01-111-4/+4
* Reduced warnings in ZE2 buildMoriyoshi Koizumi2003-01-111-4/+4
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Fixed bug #21098.Ilia Alshanetsky2002-12-191-1/+1
* Remove pointless checks for array_init() return values.Ilia Alshanetsky2002-12-051-8/+2
* prevent segv on Windows with negative localtime values.Ilia Alshanetsky2002-09-251-2/+14
* Fixed bug #12934Ilia Alshanetsky2002-09-211-1/+1
* Fixed bug #19414Ilia Alshanetsky2002-09-191-2/+4
* Fixed bug #19446Ilia Alshanetsky2002-09-181-4/+4
* NetWare related additions/modificationsAnantha Kesari H Y2002-09-051-0/+3
* php_error_docrefMarcus Boerger2002-08-241-7/+6
* Bugfix: #18532Georg Richter2002-07-261-11/+23
* Unify error messagesDerick Rethans2002-07-081-6/+6
* Remove unused local variables.Sebastian Bergmann2002-06-141-1/+1
* fix for bug #10616 -> mktime() with negative date offsets not working on MacOSXHartmut Holzgraefe2002-06-121-27/+62
* Oops... 1 digit is allowed too! Reverting my fix.Sander Roobol2002-03-091-2/+2
* (php_date) Fixed 'r' modifier to always return two digits for the daySander Roobol2002-03-081-2/+2
* cygwin fixStanislav Malyshev2002-03-041-0/+8
* - Fix crash with invalid localtime on Win32 systems.Markus Fischer2002-01-201-1/+5
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* @ - Fix Bug 9878 (patch by bfoddy@mediaone.net) (jmoore)James Moore2001-11-071-3/+2
* @ - Fix bug 13885 (gmdate timezone handling on windows) (jmoore)James Moore2001-11-031-7/+18
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-13/+13
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-64/+64
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* - Fix APIZeev Suraski2001-08-131-1/+1
* WhitespaceZeev Suraski2001-08-111-10/+10
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
* date('W') now returns week of year (ISO 8601)Colin Viebrock2001-06-201-1/+13
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-3/+15
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* - 'Fix' for bug #10145Derick Rethans2001-04-291-0/+2
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Don't assume that tzname exists, if tm_zone does not exist.Sascha Schumann2001-02-241-2/+2
* What the heck is CUT? Assume someone meant UTC here. And fix aRasmus Lerdorf2001-02-091-2/+2
* @- Fixed 'O' and 'r' flags of date() to have correct sign for timezoneAndrei Zmievski2001-01-181-2/+2
* @- Changed 'Z' flag to date() to always return timezone offset withAndrei Zmievski2001-01-171-1/+1
* reserve space for quoted charactersDavid Croft2001-01-141-0/+1
* fixed swatch internet time (bugs#8242,7106)David Croft2001-01-101-1/+4
* Allocate buffer in date() for the actual length of the timezone (bug#8292)David Croft2001-01-101-1/+7
* fixed date not allocating enough buffer, bug 7963Daniel Beulshausen2001-01-051-1/+1
* Fix date('r') overflowRasmus Lerdorf2001-01-021-1/+1
* Namespace protect parse_date interface and implementationSascha Schumann2000-12-081-2/+2
* RFC822 does specify two digit years, but practically every decent mailChuck Hagenbuch2000-11-111-5/+5
* some changes, and added 'r' flag which generates an RFC822 compatible date st...Colin Viebrock2000-11-091-5/+38
* @- Fixed a bug in checkdate() which caused < 1 years to be valid (Jani)foobar2000-09-031-2/+2
* Fixed bug #6409.foobar2000-09-031-3/+0
* Cleaning up some messSascha Schumann2000-08-211-2/+2
* protect datetime() against all zero inputs ...Hartmut Holzgraefe2000-08-011-0/+11
* Use dashes and short day name in cookies since some browsers seem pickyRasmus Lerdorf2000-07-141-2/+2