Guest User

Untitled

a guest
Dec 11th, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. print "Your current time is {0} {1} ".format(datetime.datetime.now().time(), time.tzname[0])
  2.  
  3. Your current time is 08:35:45.328000 Pacific Standard Time
  4.  
  5. import datetime
  6. import time
Add Comment
Please, Sign In to add comment