Skip to content

Commit

Permalink
Merge pull request #142 from zavyrylin/2014i
Browse files Browse the repository at this point in the history
Build for 2014i
  • Loading branch information
timrwood committed Oct 27, 2014
2 parents bb69005 + 170e998 commit 57b4a21
Show file tree
Hide file tree
Showing 22 changed files with 127,382 additions and 266 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "moment-timezone",
"description" : "Parse and display moments in any timezone.",
"version": "0.2.3",
"version": "0.2.4",
"main": "builds/moment-timezone-with-data-2010-2020.js",
"dependencies" : {
"moment" : ">= 2.6.0"
Expand Down
11 changes: 6 additions & 5 deletions builds/moment-timezone-with-data-2010-2020.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! moment-timezone.js
//! version : 0.2.3
//! version : 0.2.4
//! author : Tim Wood
//! license : MIT
//! github.com/moment/moment-timezone
Expand All @@ -21,7 +21,7 @@
// Do not load moment-timezone a second time.
if (moment.tz !== undefined) { return moment; }

var VERSION = "0.2.3",
var VERSION = "0.2.4",
zones = {},
links = {},

Expand Down Expand Up @@ -396,7 +396,7 @@
}

loadData({
"version": "2014h",
"version": "2014i",
"zones": [
"Africa/Abidjan|GMT|0|0|",
"Africa/Addis_Ababa|EAT|-30|0|",
Expand Down Expand Up @@ -570,7 +570,7 @@
"Etc/UTC|UTC|0|0|",
"Europe/Belfast|GMT BST|0 -10|01010101010101010101010|1BWp0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
"Europe/Kaliningrad|EET EEST FET|-20 -30 -30|01020|1BWo0 1qM0 WM0 8Hz0",
"Europe/Minsk|EET EEST FET|-20 -30 -30|0102|1BWo0 1qM0 WM0",
"Europe/Minsk|EET EEST FET MSK|-20 -30 -30 -30|01023|1BWo0 1qM0 WM0 8Hy0",
"Europe/Moscow|MSK MSD MSK|-30 -40 -40|01020|1BWn0 1qM0 WM0 8Hz0",
"Europe/Samara|SAMT SAMST SAMT|-40 -40 -30|0120|1BWm0 1qN0 WM0",
"Europe/Simferopol|EET EEST MSK MSK|-20 -30 -40 -30|01010101023|1BWp0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11z0 1nW0",
Expand All @@ -588,11 +588,12 @@
"MET|MET MEST|-10 -20|01010101010101010101010|1BWp0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00",
"NZ-CHAT|CHADT CHAST|-dJ -cJ|01010101010101010101010|1C120 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00",
"Pacific/Apia|SST SDT WSDT WSST|b0 a0 -e0 -d0|01012323232323232323232|1Dbn0 1ff0 1a00 CI0 AQ0 1cM0 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1a00 1fA0 1cM0 1fA0 1a00 1fA0 1a00",
"Pacific/Bougainville|PGT BST|-a0 -b0|01|1NwE0",
"Pacific/Chuuk|CHUT|-a0|0|",
"Pacific/Efate|VUT|-b0|0|",
"Pacific/Enderbury|PHOT|-d0|0|",
"Pacific/Fakaofo|TKT TKT|b0 -d0|01|1Gfn0",
"Pacific/Fiji|FJST FJT|-d0 -c0|01010101010101010101010|1BWe0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1Q10 xz0 1Q10 An0 1Nd0 An0 1Nd0 An0 1Nd0 An0 1Q10 xz0 1Q10",
"Pacific/Fiji|FJST FJT|-d0 -c0|01010101010101010101010|1BWe0 1o00 Rc0 1wo0 Ao0 1Nc0 Ao0 1Q00 xz0 1SN0 uM0 1SM0 xA0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0 uM0 1SM0",
"Pacific/Funafuti|TVT|-c0|0|",
"Pacific/Galapagos|GALT|60|0|",
"Pacific/Gambier|GAMT|90|0|",
Expand Down
4 changes: 2 additions & 2 deletions builds/moment-timezone-with-data-2010-2020.min.js

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions builds/moment-timezone-with-data.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/moment-timezone-with-data.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions builds/moment-timezone.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 57b4a21

Please sign in to comment.