datetime issue
Νικόλαος Κούρας
nikos.gr33k at gmail.com
Sun Sep 16 03:51:18 EDT 2012
More information about the Python-list mailing list
Sun Sep 16 03:51:18 EDT 2012
- Previous message (by thread): datetime issue
- Next message (by thread): datetime issue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dn = datetime.datetime.now() dd = datetime.timedelta(hours=2) date = dn + dd date = date.strftime( '%y-%m-%d %H:%M:%S' ) still giving me texas,us time for some reason
- Previous message (by thread): datetime issue
- Next message (by thread): datetime issue
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list