alamb commented on issue #686: URL: https://github.com/apache/arrow-datafusion/issues/686#issuecomment-885171173
``` TO_TIMESTAMP_UTC TO_TIMESTAMP_LOCALTIME ``` Yes, this is what I thought @velvia was more or less proposing, but instead of those names, use a second optional argument ``` to_timestamp(.., 'UTC') --> TO_TIMESTAMP_UTC(..) to_timestamp(..) --> TO_TIMESTAMP_LOCALTIME(..) ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
