DescriptionUpdate tz db to 2015d
Egypt will not observe DST in 2015.
See http://mm.icann.org/pipermail/tz-announce/2015-April/000031.html
and http://en.wikipedia.org/wiki/Egypt_Standard_Time
BUG=473288
TBR=mark@chromium.org,jsbell@chromium.org
TEST=In JS console, run the following to get 1:00 PM for 2015
instead of 2:00 PM. In 2014, it should return 2:00 PM.
may_25_2015_1100 = new Date("05/25/2015 11:00Z")
may_25_2015_1100.toLocaleString("en", {timeZone: "Africa/Cairo"})
may_25_2014_1100 = new Date("05/25/2014 11:00Z")
may_25_2014_1100.toLocaleString("en", {timeZone: "Africa/Cairo"})
Committed: https://chromium.googlesource.com/chromium/deps/icu/+/5788e2736b3bc642994b6351a6096124895afa01
Patch Set 1 #Patch Set 2 : euc-kr change removed #
Created: 5 years, 7 months ago
(Patch set is too large to download)
Messages
Total messages: 5 (1 generated)
|