filmov
tv
Python How to get Current Local Time and UTC Time

Показать описание
Python How to get Current Local Time and UTC Time
#Get Current Local Time
import time
print "\n===================================\n"
#Get Current Local Time
import datetime
print "now: ", now
print "\n===================================\n"
#Get Current UTC Time
print "utcnow: ", utcnow
print "\n===================================\n"
#Get Current Local Time
import time
print "\n===================================\n"
#Get Current Local Time
import datetime
print "now: ", now
print "\n===================================\n"
#Get Current UTC Time
print "utcnow: ", utcnow
print "\n===================================\n"