Re: [fpc-pascal] Convert unix timestamp to TDateTime

2011-11-18 Thread José Mejuto
Hello FPC-Pascal, Friday, November 18, 2011, 1:54:13 PM, you wrote: SG>I would like to convert a unix timestamp to TDateTime taking into SG> account timezone and daylight savings. For example, timestamp: SG> 1308666350 should be converted to: 2011/06/21 16:25:50, assuming GMT+1 SG> timezone i

[fpc-pascal] Convert unix timestamp to TDateTime

2011-11-18 Thread Stathis Gkotsis
Hello, I would like to convert a unix timestamp to TDateTime taking into account timezone and daylight savings. For example, timestamp: 1308666350 should be converted to: 2011/06/21 16:25:50, assuming GMT+1 timezone in the winter (GMT+2 in the summer). I would like this conversion to work both