Roll 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"}) Review URL: https://codereview.chromium.org/1141973002 Cr-Commit-Position: refs/heads/master@{#330219}
Showing
Please register or sign in to comment