]> granicus.if.org Git - php/commit
- MFH: Added support for abbreviation and offset based timezone specifiers for
authorDerick Rethans <derick@php.net>
Thu, 17 Jan 2008 18:49:45 +0000 (18:49 +0000)
committerDerick Rethans <derick@php.net>
Thu, 17 Jan 2008 18:49:45 +0000 (18:49 +0000)
commite549873c107aefabe0f0d4fe779ba1ebb61e529a
treedd21358c26829d79719c378e75069fe39382c499
parentfd72cefbdae6acb3fe3ab00c4acb93644e887842
- MFH: Added support for abbreviation and offset based timezone specifiers for
  DateTime::getOffset() and DateTime::getName().
- MFH: Fixed bug #43527 (DateTime created from a timestamp reports environment
  timezone).
- MFH: Fixed bug #42190 (Constructing DateTime with TimeZone Indicator
  invalidates DateTimeZone).
NEWS
ext/date/lib/parse_date.c
ext/date/php_date.c
ext/date/tests/bug40743.phpt [new file with mode: 0644]
ext/date/tests/bug42910.phpt [new file with mode: 0644]
ext/date/tests/bug43527.phpt [new file with mode: 0644]