MaxGekk commented on issue #24181: [SPARK-27242][SQL] Make formatting TIMESTAMP/DATE literals independent from the default time zone URL: https://github.com/apache/spark/pull/24181#issuecomment-476709282 > what do you mean by "formatting"? do you mean cast date/timestamp to string? Yes, I use terminology of java.time API. In particular, `DateTimeFormatter` has the `parse()` and `format()` method where the former one converts to `String`.
---------------------------------------------------------------- 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]
