Skip to content

Commit

Permalink
Upgrade TZ database to 2015a.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Feb 2, 2015
1 parent f4456e7 commit cae4441
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -534,10 +534,13 @@ Currently not. This is because most platforms don't, especially when converting

## Current TZ database version:

The version of the included IANA time zone database is 2014j.
The version of the included IANA time zone database is 2015a.

## Changelog

### 1.12.1
* Upgrade TZ database to 2015a

### 1.12.0 (2015-01-16)
* Add Period#equals() which checks whether two periods have the same net effect.
* Add Period#identical() which checks whether two periods were constructed in the same way.
Expand Down
1 change: 0 additions & 1 deletion RELEASING.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ NEW TZ DATABASE
* Extract TZ database in a directory, say TZ_DIR
NOTE: no other files (like the tar file itself) may be in the directory
* Run
cd maintenance/
node node-preparse.js TZ_DIR/ > timezone-data.json
* In case of trouble, first throw away all non-zone files from the tz data directory
* copy timezone-data.json to lib/
Expand Down
2 changes: 1 addition & 1 deletion dist/timezonecomplete.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib/timezone-data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timezonecomplete",
"version": "1.12.0",
"version": "1.12.1",
"description": "DateTime, TimeZone, Duration and Period library aimed at providing a consistent and complete date-time interface, away from the original JavaScript Date class.",
"keywords": [
"Date",
Expand Down

0 comments on commit cae4441

Please sign in to comment.