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 · 2 comments
Open

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

viadea opened this issue Oct 21, 2024 · 2 comments
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
@viadea
Copy link
Collaborator Author

viadea commented Jan 24, 2025

I wish we can expand the scope of this feature request to support all major US timezones: CST, EST, PST.

I can open a new feature request for from_utc_timestamp as well

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