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 or challenge?
>select to_unixtime(arrow_cast('2020-01-01 00:10:20.123'::timestamp, 'Timestamp(Second, Some("America/New_York"))'));
Execution error: Unsupported data type Timestamp(Second, Some("America/New_York")) for function to_unixtime
Is your feature request related to a problem or challenge?
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
Timestamp without TZ is supported for
to_unixtime
The text was updated successfully, but these errors were encountered: