Re: [fpc-pascal] Zoned date/time conversions

2020-05-24 Thread Graeme Geldenhuys
On 24/05/2020 12:56 pm, Michael Van Canneyt wrote: > However, there is some third-party class which has complete date/time > handling: > https://wiki.freepascal.org/PascalTZ Thanks Michael, that looks like what I need. Good to see it has support for the time zone database too. Regards, Graeme

Re: [fpc-pascal] Zoned date/time conversions

2020-05-24 Thread Michael Van Canneyt
On Sun, 24 May 2020, Graeme Geldenhuys wrote: Hi, I need to do timezone enabled date/time conversions... Use case 1) We want the application server to always use UCT and the application server might not be in the sime timezone as the client app. So we need to convert local time to UCT, do so