adaitche edited a comment on issue #24195: [SPARK-25496][SQL] Deprecate from_utc_timestamp and to_utc_timestamp URL: https://github.com/apache/spark/pull/24195#issuecomment-578075066 @MaxGekk Thanks for pointing out how to parse the datetime strings properly. I have tried it before by appending the timezone with a '+', which worked for offsets but not for timezone-names. Once this bug is fixed, this approach will be an alternative, in my scenario, to `from_utc_timestamp` and `to_utc_timestamp`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
