summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* Bump yearXinchen Hui2015-01-151-1/+1
* Bump yearXinchen Hui2014-01-031-1/+1
* Happy New YearXinchen Hui2013-01-011-1/+1
* - Year++Felipe Pena2012-01-011-1/+1
* - Year++Felipe Pena2011-01-011-1/+1
* Removed y2k_compliance ini option, making it "always" enabled internallyKalle Sommer Nielsen2010-04-121-15/+6
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* MFHJani Taskinen2007-11-051-6/+5
* MFH: php_gmtime_r() fixesAntony Dovgal2007-06-071-0/+6
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* MFH: fix segfault in strptime() on 64bit Linuxes, caused by the missing decla...Antony Dovgal2006-08-241-4/+4
* Fixed bug #38524 (strptime() does not initialize the internal date storageIlia Alshanetsky2006-08-201-0/+2
* bump year and license versionfoobar2006-01-011-3/+3
* Fixed bug #35425 (idate() function ignores timezone settings).Ilia Alshanetsky2005-11-291-157/+0
* - Bumber up yearfoobar2005-08-031-1/+1
* - Reimplemented time(), getdate() and localtime() functions with new datetimeDerick Rethans2005-07-031-113/+0
* - Fixed bug #33532 (Different output for strftime() and date()).Derick Rethans2005-07-031-99/+0
* - Fixed bug #30096 (gmmktime does not return the corrent time).Derick Rethans2005-07-031-204/+0
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-301-410/+0
* - Added backward compability wrapper "php_parse_date()".Derick Rethans2005-06-191-2/+0
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-29/+0
* MFB43: Fixed bug #31583 (php_std_date() uses short day names inIlia Alshanetsky2005-04-141-5/+5
* - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string).foobar2005-02-041-2/+2
* Fixed bug #31056 (php_std_date() returns invalid formatted date ifIlia Alshanetsky2004-12-121-1/+1
* Add strptime function.Sterling Hughes2004-09-291-0/+39
* removed redundant NEW_LIBC checksAnantha Kesari H Y2004-09-251-1/+1
* Fixed bug #29342 (strtotime() does not handle empty date string properly).Ilia Alshanetsky2004-07-281-2/+4
* - Fixed bug with leap year checking.Derick Rethans2004-06-281-1/+1
* disallow negative timestamps on windows onlyHartmut Holzgraefe2004-03-311-0/+2
* MFB test case for bug #27719 and improve comments in this tricky DST codeRasmus Lerdorf2004-03-281-5/+15
* MFB: The 2am offset was a bad choice as this hour doesn't necessarily existRasmus Lerdorf2004-03-261-3/+3
* Fix/workaround for http://bugs.php.net/27533Rasmus Lerdorf2004-03-121-2/+8
* More wordsize fixesArd Biesheuvel2004-03-081-1/+2
* - Fixed bug #23467 (Showing incorrect Time Zone)foobar2004-02-121-0/+4
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* - Added 'c' modifier to date() which returns the date in ISO 8601 format.Derick Rethans2003-12-161-3/+34
* Fixed bug #25530 (checkdate incorrectly handles floats)Ilia Alshanetsky2003-09-151-26/+5
* updating license information in the headers.James Cox2003-06-101-3/+3
* Added missing sanity checkMoriyoshi Koizumi2003-05-041-1/+5
* Fixed bug #23071 (when DST in effect, date("T") crashed PHP)foobar2003-04-061-1/+1
* Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and ...Sebastian Bergmann2003-03-251-2/+1
* - Cleaned this mess a bit:foobar2003-02-171-68/+66
* @ new idate() function.Moshe Doron2003-02-161-0/+140
* fix for #17928Kai Schroeder2003-02-091-1/+5
* MSVC's mktime() does not examine the existence of a daylight-saving-time zoneKai Schroeder2003-02-091-0/+8
* Fixed bug #22017 (non descriptive error to appear when timestamp passed toIlia Alshanetsky2003-02-031-0/+6
* 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