|
Posted by mtuller on 07/16/07 18:35
I have a database that stores time in 2 different formats. I have a
unix timestamp, and the other is a representation of time in the
format 03:00:00 which would represent 3 hrs. I want to convert the 3
hrs so that I can add it to the unix timestamp. In other words,
The unix timestamp of 1183553400 is equal to Wed, Jul 04, 2007 7:50
AM. I want to add the 3hrs to be able to display in this format
Wed, July 04, 2007 7:50 AM - 10:50 AM.
Thanks.
[Back to original message]
|