Sorry I'm back again, five days ago everything looked so good but now I am confused as ever.
Take for example the story "Police Secretly Planting GPS Devices On Cars" posted recently on Slashdot. It has a date of 2008-08-13T23:15:00+00:00. I am running the following code:
utcTime= mktime(datetime(*entryDate[0:6]).timetuple())
This code returns a time of 1218683700, while according to the date 2008-08-13T23:15:00+00:00 that number should be 1218669300, or four hours behind. Where are these four hours coming from?
Any help would greatly be appreciated (I'm pulling my hair out with this epoch time stuff)
Thanks,
Justin