I am working on query where time is stored in seconds.
Right now the string I have shows the following.
Select schema.table.OpenDate_Seconds, '19700101' as Open Date
That gets me the sever time for the Open. How can I adjust this to get Central Time?
Thanks in advance for looking and helping.