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

[FEA] Support to_utc_timestamp for US/Central timezone #11639

Open
viadea opened this issue Oct 21, 2024 · 1 comment
Open

[FEA] Support to_utc_timestamp for US/Central timezone #11639

viadea opened this issue Oct 21, 2024 · 1 comment
Labels
feature request New feature or request

Comments

@viadea
Copy link
Collaborator

viadea commented Oct 21, 2024

Is your feature request related to a problem? Please describe.
I wish we can support to_utc_timestamp for US/Central timezone.

Such as

to_utc_timestamp(tz, 'US/Central')

This might be a sub-task of #6839

@viadea viadea added ? - Needs Triage Need team to review and classify feature request New feature or request labels Oct 21, 2024
@revans2
Copy link
Collaborator

revans2 commented Oct 21, 2024

The hard part is that 'US/Central' has time zones transitions in it. But that is all that to_utc_timestamp does. Is it transitions a timestamp from one timezone to UTC. So this is really a sub-task of #6840 or perhaps some very simple follow on work for it.

@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants