summaryrefslogtreecommitdiff
path: root/ext/date/lib/unixtime2tm.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Upgrade timelib to 2017.05beta7"Derick Rethans2017-08-161-4/+15
* Upgrade timelib to 2017.05beta7Derick Rethans2017-08-151-15/+4
* Upgrade timelib to 2017.01Derick Rethans2017-02-121-0/+1
* Update timelib to 2015.02Derick Rethans2015-09-221-5/+5
* Bumb timelib version to 2015.01Derick Rethans2015-09-221-17/+21
* Merge whitespace changes that have been made to timelib and PHP-5.6 and masterDerick Rethans2015-04-281-5/+5
* Bump yearXinchen Hui2015-01-151-1/+1
* Fixed bug #45543: DateTime::setTimezone can not set timezones without ID.Derick Rethans2014-01-261-0/+28
* Bump yearXinchen Hui2014-01-031-1/+1
* Always reset those parameters.Derick Rethans2013-11-281-5/+4
* Happy New YearXinchen Hui2013-01-011-1/+1
* year++Xinchen Hui2012-09-051-1/+1
* - Fixed bug #60236 (TLA timezone dates are not converted properly fromDerick Rethans2011-11-241-2/+2
* Optimize unix timestamp to date-string conversion for very high year valuesIlia Alshanetsky2011-01-051-0/+6
* Change DEBUG() to TIMELIB_DEBUG(), there are potential conflicts with other l...Scott MacVicar2011-01-031-10/+10
* 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: Fixing returned offset.Derick Rethans2008-04-071-5/+11
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
* - MFH: Fixed bug #41964 (strtotime returns a timestamp for non-time string ofDerick Rethans2007-07-121-0/+2
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
* - MFH: Fixed windows compile error.Derick Rethans2006-05-151-6/+0
* - MFH: Fixed bug #35887 (wddx_deserialize not parsing dateTime fields properly).Derick Rethans2006-01-041-3/+4
* bump year and license versionfoobar2006-01-011-3/+3
* - Fixed bug #35699 (date() can't handle leap years before 1970).Derick Rethans2005-12-201-0/+3
* - MFH: Merged new timelib, which is a bit more clevererDerick Rethans2005-12-191-17/+34
* - Bumber up yearfoobar2005-08-031-1/+1
* - Fixed bug #33578 (strtotime() problem with "Oct17" format).Derick Rethans2005-07-201-4/+42
* - Reimplemented date and gmdate with new timelib code.Derick Rethans2005-06-301-3/+3
* - Reorganize headers, and update TODO.Derick Rethans2005-06-291-3/+1
* - The incoming TS is GMT... but the hole filler wants local time so weDerick Rethans2005-06-171-1/+1
* - Simplify code a little.Derick Rethans2005-06-171-0/+1
* - Rename tl_config.h to timelib_config.hDerick Rethans2005-06-171-1/+1
* - Improve portability.foobar2005-06-161-1/+11
* - Rename "datetime.c" and "datetime.h" to "timelib.c" and "timelib.h" toDerick Rethans2005-06-161-1/+1
* Nuke PHP_ prefix from timelibEdin Kadribasic2005-06-151-3/+3
* Make it compile on windowsEdin Kadribasic2005-06-151-2/+8
* - Add my new timelib and ext/date. For now only strtotime() makes use of this.Derick Rethans2005-06-141-0/+183