I’ve got a timestamp in microseconds since 1.1.1970. I’ve tried to convert it into
yyyy.MM.dd HH.mm.ss.ffffff
using DateTime.
An example is: 1337060932000000 microseconds
the result should be May 15 2012, 7.48
But the result I get is 2 hours off.
What could be the reason?
Thanks for the hints.
I solved the problem this way:
This example is simplified. The offset is specified in an external file so you can modify it easily for different time zones.