Escaping from the tedium of naive datetime objects.
Adam Tauno Williams
awilliam at whitemice.org
Fri Oct 26 11:11:58 EDT 2012
More information about the Python-list mailing list
Fri Oct 26 11:11:58 EDT 2012
- Previous message (by thread): better way for ' '.join(args) + '\n'?
- Next message (by thread): Recommended way to unpack keyword arguments using **kwargs ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yesterday I stumbled upon a nice solution to dealing with naive datetimes vs. localized datetimes, and much of the tedium that issues from that problem. Maybe this is very common knownledge but it wasn't mentioned in anything I've read - it really cleans up some opertaions. <http://www.whitemiceconsulting.com/2012/10/setting-course-for-utc.html> [constructive] Feedback and other suggestions appreciated. -- Adam Tauno Williams <awilliam at whitemice.org>
- Previous message (by thread): better way for ' '.join(args) + '\n'?
- Next message (by thread): Recommended way to unpack keyword arguments using **kwargs ?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list