utcnow

Nick the Gr33k nikos.gr33k at gmail.com
Mon Sep 17 00:25:11 EDT 2012


Hello is there a better way of writing this:

date = ( datetime.datetime.utcnow() + datetime.timedelta(hours=3) 
).strftime( '%y-%m-%d %H:%M:%S')

something like:

date = datetime.datetime.utcnow(hours=3).strftime( '%y-%m-%d %H:%M:%S')

i prefer it if it could be written as this.

Also what about dayligh savings time?



More information about the Python-list mailing list