DescriptionRoll icu to 5788e2736b3bc6 from ce41627e388fb46
Update tz db to 2015d
Summary of changes available at:
https://chromium.googlesource.com/chromium/deps/icu/+log/ce41627..5788e27
BUG=473288
TBR=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://crrev.com/b5de2aaf9b38a09161f299037126d9f72f8dbb81
Cr-Commit-Position: refs/heads/master@{#330219}
Patch Set 1 #Messages
Total messages: 6 (1 generated)
|