Advertisement
Guest User

Untitled

a guest
Jun 18th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. strptime("2018-12-31 11:45:00 am", format="%F %r")
  2. #[1] "2018-12-31 11:45:00 CET"
  3. strptime("2018-12-31 11:45:00 pm", format="%F %r")
  4. #[1] "2018-12-31 23:45:00 CET"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement