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

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.

None yet

2 participants