Skip to content

Commit

Permalink
v3.0.2: upgrade TZ database to 2016c
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Mar 24, 2016
1 parent 5510193 commit bb70ab1
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 12 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -710,10 +710,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 2016b.
The version of the included IANA time zone database is 2016c.

## Changelog

### 3.0.2 (2016-03-24)
* Upgrade TZ database to 2016c

### 3.0.1 (2016-03-15)
* Upgrade TZ database to 2016b

Expand Down
2 changes: 1 addition & 1 deletion RELEASING.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ NEW TZ DATABASE
* Run
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/
* copy timezone-data.json to src/lib
* rebuild
* Adjust README.md to change database version number and changelog

Expand Down
4 changes: 2 additions & 2 deletions dist/timezonecomplete.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/timezonecomplete.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions examples/browser-amd-requirejs/timezonecomplete.js

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": "3.0.1",
"version": "3.0.2",
"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
2 changes: 1 addition & 1 deletion src/lib/timezone-data.json

Large diffs are not rendered by default.

Empty file added timezone-data.json
Empty file.

0 comments on commit bb70ab1

Please sign in to comment.