DescriptionAccept time zones like GMT-8 in the legacy date parser
In the Date constructor or Date.parse, other browsers will accept time
zones like GMT-8, but before this patch, Chrome would interpret 8 as
8 minutes. This patch interprets GMT-+ a one or two digit number as hours,
not minutes.
R=adamk,jshin@chromium.org
LOG=Y
BUG=chromium:422858
Committed: https://crrev.com/acbd64be36dec5a65d09106399b446b7c779adea
Cr-Commit-Position: refs/heads/master@{#33100}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Test hours #
Messages
Total messages: 15 (6 generated)
|