|
|
|
|
|
|
|
|
|
|
|
#1 |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
by the way, nice job on the timestamp
![]() Code:
$ python Python 2.6.6 (r266:84292, Oct 9 2010, 11:40:09) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import datetime >>> datetime.datetime.fromtimestamp(1302445778) datetime.datetime(2011, 4, 10, 10, 29, 38)
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
|
|
#2 | |
|
Shift Out / X-On
|
Quote:
![]() |
|
|
|
|
|
|
#3 |
|
a.k.a. Sparky
Join Date: Sep 2004
Location: West Palm Beach, FL, USA
Posts: 2,396
|
DST is not calculated in localtime - requires a fixup. Time is always reported as non-DST - up to the local timezone to figure it out.
__________________
SnapReplay.com a different way to share photos - iPhone & Android |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|