diff options
author | Derick Rethans <derick@php.net> | 2008-10-26 12:56:46 +0000 |
---|---|---|
committer | Derick Rethans <derick@php.net> | 2008-10-26 12:56:46 +0000 |
commit | 0d084028c8edd0fdeffe0ceca31b3b7289de8a66 (patch) | |
tree | bce56150432b9e65a3d51b36fecd14ab4a870346 | |
parent | 86f8d0a8e9cbb4b604690f7bb0f58e6ae7df890c (diff) | |
download | php-git-0d084028c8edd0fdeffe0ceca31b3b7289de8a66.tar.gz |
- Fixed NEWS entries.
-rw-r--r-- | NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -323,7 +323,8 @@ PHP NEWS . date_create_from_format() / DateTime::createFromFormat() . date_parse_from_format(). . support for abbreviation and offset based timezone specifiers for - DateTime::getOffset() and DateTime::getName(). + the 'e' format specifier, DateTime::__construct(), DateTime::getTimeZone() + and DateTimeZone::getName(). . support for selectively listing timezone identifiers by continent or country code through timezone_identifiers_list() / DateTimezone::listIdentifiers(). @@ -349,7 +350,7 @@ PHP NEWS . proper support for "this week", "previous week"/"last week" and "next week" phrases so that they actually mean the week and not a seven day period around the current day. - . support for "<xth> <weekday of" and "last <weekday> of" phrases to be used + . support for "<xth> <weekday> of" and "last <weekday> of" phrases to be used with months - like in "last saturday of februari 2008". . support for "back of <hour>" and "front of <hour>" phrases that are used in Scotland. |