Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts
need help in converting UTC integer to EST time.
e.g. 1636888080000 is Nov 14 06:08 AM
I think something like this should work:
Timestamp(ConvertToLocalTime(Makedate(1970,1,1),'GMT-05:00') + <input>/(1000*60*60*24))
I think something like this should work:
Timestamp(ConvertToLocalTime(Makedate(1970,1,1),'GMT-05:00') + <input>/(1000*60*60*24))