Avatar of GNiessen
GNiessen

asked on 

Convert datetime to UTC string format

I need to convert a Date Time from our sql server to a date time format that includes UTC offset like "2018-10-05T12:00:00-05:00" that supports daylight savings time.  I am sure there is a function to do this, but I can't seem to ask google the right question to find it.
DelphiMicrosoft SQL Server

Avatar of undefined
Last Comment
Pavel Celba

8/22/2022 - Mon