Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Contribute to GitLab
  • Sign in / Register
V
V8
  • Project
    • Project
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Linshizhi
  • V8
  • Repository

Switch branch/tag
  • v8
  • test
  • intl
  • date-format
  • timezone-name.js
Find file
BlameHistoryPermalink
  • cira@chromium.org's avatar
    Original review https://codereview.chromium.org/25855005. · c0ff0b28
    cira@chromium.org authored Oct 11, 2013
    Reverting reverted r17148 and fixing build (test) breakage by side stepping the Windows vs. Linux issue of different Date object for the same millisecond time stamp.
    We do that by using UTC Date methods (they eliminate DST problems).
    
    Windows:
    new Date(129193200000);
    Sun Feb 03 1974 23:00:00 GMT-0800 (Pacific Standard Time)
    
    Linux:
    new Date(129193200000);
    Mon Feb 04 1974 00:00:00 GMT-0700 (PST)
    
    BUG=2919
    R=dslomov@chromium.org, mnita@google.com
    
    Review URL: https://codereview.chromium.org/26918002
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17171 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    c0ff0b28
timezone-name.js 2.33 KB
EditWeb IDE

Replace timezone-name.js

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.