Guest User

Untitled

a guest
Dec 18th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. >>> from datetime import datetime
  2. >>> import pytz
  3. >>> datetime(2018, 12, 18, 0, 0, 0, 0, pytz.timezone('America/Los_Angeles')).isoformat()
  4. '2018-12-18T00:00:00-07:53'
Add Comment
Please, Sign In to add comment