Omega359 commented on issue #13351: URL: https://github.com/apache/datafusion/issues/13351#issuecomment-2469434819
I'll point you to the [documentation ](https://datafusion.apache.org/user-guide/sql/scalar_functions.html#to-timestamp) :) The first arg is the string to parse, the remaining are [chrono formats](https://docs.rs/chrono/latest/chrono/format/strftime/index.html) to test. More examples in ... [the examples](https://github.com/apache/datafusion/blob/main/datafusion-examples/examples/to_timestamp.rs) -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
