You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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:
Describe alternatives you've considered
None
Additional context
None
The text was updated successfully, but these errors were encountered: