Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old DST implementation #1245

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on May 15, 2024

  1. Introduce LocalTimeOffsetCache

    Summary:
    LocalTimeOffsetCache supports caching time zone standard offset and
    DST offset for time conversion between UTC and local. The caching
    mechanism is mostly the same as V8 (when ICU is not enabled).
    
    Differential Revision: D52153598
    lavenzg authored and facebook-github-bot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4988d49 View commit details
    Browse the repository at this point in the history
  2. Use LocalTimeOffsetCache for UTC/Local time conversion

    Differential Revision: D52791285
    lavenzg authored and facebook-github-bot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c2a670e View commit details
    Browse the repository at this point in the history
  3. Remove old daylightSavingTA() (facebook#1245)

    Summary: Pull Request resolved: facebook#1245
    
    Reviewed By: avp
    
    Differential Revision: D52579225
    lavenzg authored and facebook-github-bot committed May 15, 2024
    Configuration menu
    Copy the full SHA
    9a943d4 View commit details
    Browse the repository at this point in the history