Skip to content

Commit

Permalink
v3.0.1: upgrade tz database to 2016b
Browse files Browse the repository at this point in the history
  • Loading branch information
Rogier Schouten committed Mar 15, 2016
1 parent b927bbe commit 5510193
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 14 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 2016a.
The version of the included IANA time zone database is 2016b.

## Changelog

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

### 3.0.0 (2016-03-14)
A small Period overhaul:
* Add Period#findLast() analogous to Period#findFirst().
Expand Down
4 changes: 2 additions & 2 deletions dist/timezonecomplete.js

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

0 comments on commit 5510193

Please sign in to comment.