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

Introduce LocalTimeOffsetCache #1446

Closed
wants to merge 1 commit into from

Conversation

lavenzg
Copy link
Contributor

@lavenzg lavenzg commented Jun 24, 2024

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).

Reviewed By: dannysu

Differential Revision: D52153598

@facebook-github-bot facebook-github-bot added the CLA Signed Do not delete this pull request or issue due to inactivity. label Jun 24, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52153598

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52153598

lavenzg added a commit to lavenzg/hermes that referenced this pull request Jun 24, 2024
Summary:
Pull Request resolved: facebook#1446

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).

Reviewed By: dannysu

Differential Revision: D52153598
@lavenzg lavenzg force-pushed the export-D52153598 branch from 2e549e9 to ed3f239 Compare June 24, 2024 22:17
Summary:
Pull Request resolved: facebook#1446

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).

Reviewed By: dannysu

Differential Revision: D52153598
@lavenzg lavenzg force-pushed the export-D52153598 branch from ed3f239 to ca7b181 Compare June 25, 2024 16:58
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D52153598

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in 9e199e9.

facebook-github-bot pushed a commit that referenced this pull request Aug 27, 2024
Summary:
Original Author: [email protected]
Original Git: 9e199e9
Original Reviewed By: dannysu
Original Revision: D52153598

Pull Request resolved: #1446

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).

Reviewed By: lavenzg

Differential Revision: D61574231

fbshipit-source-id: 99be7f33b836badb3ad160b44c600706ab91db5a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed Do not delete this pull request or issue due to inactivity. fb-exported Merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants