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][JSON] Support custom date and timestamp formats in to_json #9602

Open
andygrove opened this issue Nov 1, 2023 · 2 comments
Open

[FEA][JSON] Support custom date and timestamp formats in to_json #9602

andygrove opened this issue Nov 1, 2023 · 2 comments
Labels
feature request New feature or request

Comments

@andygrove
Copy link
Contributor

andygrove commented Nov 1, 2023

Is your feature request related to a problem? Please describe.
PR #9600 adds support for date and timestamp types in to_json but only supports the default date and time formats.

Describe the solution you'd like
I would like to support custom formats. We need to determine which formats we can and cannot support and add appropriate tests.

These are the JSON options that control the date and timestamp formats:

  • timeZone
  • dateFormat
  • timestampFormat
  • timestampNTZFormat

Describe alternatives you've considered
None

Additional context
None

@mattahrens
Copy link
Collaborator

Should this be added to the JSON epic? #9458

@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Nov 7, 2023
@andygrove
Copy link
Contributor Author

Should this be added to the JSON epic? #9458

I went ahead and added it. This epic was initially supposed to be focused on the highest-priority items based on customer requirements, and I am not aware that this issue qualifies for that, but it seems like a good place to track all these related tasks.

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

2 participants