Skip to content

Commit d0bcdca

Browse files
Merge pull request #692 from mj1856/develop
Release 0.5.23
2 parents e3fad5b + 0cd6458 commit d0bcdca

10 files changed

+19
-16
lines changed

builds/moment-timezone-with-data-2012-2022.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! moment-timezone.js
2-
//! version : 0.5.22
2+
//! version : 0.5.23
33
//! Copyright (c) JS Foundation and other contributors
44
//! license : MIT
55
//! github.com/moment/moment-timezone
@@ -24,7 +24,7 @@
2424
// return moment;
2525
// }
2626

27-
var VERSION = "0.5.22",
27+
var VERSION = "0.5.23",
2828
zones = {},
2929
links = {},
3030
names = {},
@@ -738,7 +738,7 @@
738738
"Pacific/Gambier|-09|90|0||125",
739739
"Etc/UCT|UCT|0|0|",
740740
"Etc/UTC|UTC|0|0|",
741-
"Europe/Astrakhan|+04 +03|-40 -30|010|1N7y0 3rd0",
741+
"Europe/Ulyanovsk|+04 +03|-40 -30|010|1N7y0 3rd0|13e5",
742742
"Europe/London|GMT BST|0 -10|01010101010101010101010|1GNB0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|10e6",
743743
"Europe/Chisinau|EET EEST|-20 -30|01010101010101010101010|1GNA0 1qM0 11A0 1o00 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0 WM0 1qM0 11A0 1o00 11A0 1o00 11A0 1qM0 WM0 1qM0|67e4",
744744
"Europe/Kaliningrad|+03 EET|-30 -20|01|1N7z0|44e4",
@@ -1105,7 +1105,6 @@
11051105
"Etc/UTC|UTC",
11061106
"Etc/UTC|Universal",
11071107
"Etc/UTC|Zulu",
1108-
"Europe/Astrakhan|Europe/Ulyanovsk",
11091108
"Europe/Athens|Asia/Nicosia",
11101109
"Europe/Athens|EET",
11111110
"Europe/Athens|Europe/Bucharest",
@@ -1171,6 +1170,7 @@
11711170
"Europe/Paris|Europe/Zagreb",
11721171
"Europe/Paris|Europe/Zurich",
11731172
"Europe/Paris|Poland",
1173+
"Europe/Ulyanovsk|Europe/Astrakhan",
11741174
"Pacific/Auckland|Antarctica/McMurdo",
11751175
"Pacific/Auckland|Antarctica/South_Pole",
11761176
"Pacific/Auckland|NZ",

builds/moment-timezone-with-data-2012-2022.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/moment-timezone-with-data.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/moment-timezone-with-data.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

builds/moment-timezone.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### `0.5.23` _2018-10-28_
2+
* Fix minor issue with tz guessing in Russia [#691](https://github.com/moment/moment-timezone/pull/691)
3+
14
### `0.5.22` _2018-10-28_
25
* Updated data to IANA TZDB `2018g` [#689](https://github.com/moment/moment-timezone/pull/689)
36
* Fix issue with missing LMT entries for some zones, and fix data builds on Linux and Windows [#308](https://github.com/moment/moment-timezone/issues/308)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "moment/moment-timezone",
33
"description": "Parse and display dates in any timezone",
4-
"version": "0.5.22",
4+
"version": "0.5.23",
55
"keywords": [
66
"moment",
77
"date",

moment-timezone-utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! moment-timezone-utils.js
2-
//! version : 0.5.22
2+
//! version : 0.5.23
33
//! Copyright (c) JS Foundation and other contributors
44
//! license : MIT
55
//! github.com/moment/moment-timezone

moment-timezone.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! moment-timezone.js
2-
//! version : 0.5.22
2+
//! version : 0.5.23
33
//! Copyright (c) JS Foundation and other contributors
44
//! license : MIT
55
//! github.com/moment/moment-timezone
@@ -24,7 +24,7 @@
2424
// return moment;
2525
// }
2626

27-
var VERSION = "0.5.22",
27+
var VERSION = "0.5.23",
2828
zones = {},
2929
links = {},
3030
names = {},

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "moment-timezone",
3-
"version": "0.5.22",
3+
"version": "0.5.23",
44
"description": "Parse and display moments in any timezone.",
55
"homepage": "http://momentjs.com/timezone/",
66
"author": "Tim Wood <[email protected]> (http://timwoodcreates.com/)",

0 commit comments

Comments
 (0)