summaryrefslogtreecommitdiff
path: root/ext/standard/datetime.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'unlabeled-1.67.2'.SVN Migration2001-08-131-832/+0
* - 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
* (PHP date) Added new 'O' format modifier for printing out the GMT Offset inMike Waychison2000-07-041-0/+11
* Now its a todo.Egon Schmid2000-06-251-2/+2
* Use hardcoded 3600 seconds offset instead of altzone which may not be presentAndrei Zmievski2000-06-151-6/+5
* @- Updated strtotime() to handle many more formats. It now has completeAndrei Zmievski2000-06-151-22/+25
* return FALSE from strftime on negative timestamp valuesHartmut Holzgraefe2000-06-141-0/+3
* Refine checkdate() fix to accept numeric strings and floating point as wellRasmus Lerdorf2000-06-141-3/+7
* Require the year arg to checkdate to be an integer - fix for bug #5034Rasmus Lerdorf2000-06-141-0/+3
* @- Fixed 'Z' flag in date() to adjust for daylight savings time. (Andrei)Andrei Zmievski2000-06-091-2/+3
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-8/+8
* a second (cleaner?) try on warnings about unsupported functionsHartmut Holzgraefe2000-05-271-10/+1
* - I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle theseAndi Gutmans2000-05-271-2/+2
* if a module provides a function it should also do so if the functionHartmut Holzgraefe2000-05-261-1/+10
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* Change reentrancy API to always use the php prefix.Sascha Schumann2000-05-041-8/+8
* Sterling, only one line for the short descritption, even it is massiv.Egon Schmid2000-03-281-4/+2
* *** empty log message ***Sterling Hughes2000-03-281-10/+49
* *** empty log message ***Sterling Hughes2000-03-281-0/+57
* Slight change for time on the return side.Sterling Hughes2000-03-271-2/+6
* Fix build on systems which lack snprintf or vsnprintf.Sascha Schumann2000-03-121-1/+0
* Make 4-diogit date RFC 2068 compliantZeev Suraski2000-02-251-2/+2
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* (PHP mktime) Added windowing support for 0..70Sascha Schumann2000-01-311-2/+6
* Remove second (equal) definition of isleap()Sascha Schumann2000-01-011-1/+0
* Declare timezone only, if the system fails to do so.Sascha Schumann2000-01-011-1/+1