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

Provide epoch nanosecond computation from named time zone and datetime fields #3967

Open
hsivonen opened this issue Aug 30, 2023 · 1 comment
Labels
C-datetime Component: datetime, calendars, time zones S-medium Size: Less than a week (larger bug fix or enhancement) U-temporal User: Temporal

Comments

@hsivonen
Copy link
Member

Temporal requires an implementation of GetNamedTimeZoneEpochNanoseconds, which takes a named time zone and the components of a datetime as distinct numbers and computes the corresponding moment(s) in epoch nanoseconds.

The computation should be able to return multiple epoch nanosecond moments or none when the datetime fields designate an ambiguous or non-existing moment due to time zone transitions.

@hsivonen hsivonen added C-datetime Component: datetime, calendars, time zones U-temporal User: Temporal labels Aug 30, 2023
@sffc sffc added this to the Priority Backlog ⟨P3⟩ milestone Sep 21, 2023
@sffc
Copy link
Member

sffc commented Sep 21, 2023

CC @leftmostcat @nordzilla

@sffc sffc added the S-medium Size: Less than a week (larger bug fix or enhancement) label Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-datetime Component: datetime, calendars, time zones S-medium Size: Less than a week (larger bug fix or enhancement) U-temporal User: Temporal
Projects
None yet
Development

No branches or pull requests

2 participants