Hey, I'm trying to convert time ('seconds since epoch' format) into a readable time in the correct timezone.
For example, I'd like to convert 1164764597 to a readable output such as "24 Nov 2006 08:15 am" (I know that the times aren't the same but you know what I mean:) )
I'd also like the output to be in my timezone (GMT +10 - never with daylight saving) but I don't know how to do it
Any help would be appreciated - even if you can only convert it into a readable time without changing timezone
For example, I'd like to convert 1164764597 to a readable output such as "24 Nov 2006 08:15 am" (I know that the times aren't the same but you know what I mean:) )
I'd also like the output to be in my timezone (GMT +10 - never with daylight saving) but I don't know how to do it
Any help would be appreciated - even if you can only convert it into a readable time without changing timezone
