Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI I have a timestamp field where the data is coming as GMT-5 which is est time zone and the format is 05:22:09.000000.
now i want to change this to Est time zone and use bellow expression
=Time(ConvertToLocalTime(ResTime,'UTC+01:00'),'HH:MM:SS TT') /// This is giving me est time but the minute is not matching / its coming as 06:12:09 AM,
There is a difference between 'MM' and 'mm'.
Try using 'hh:mm:ss TT' as your format string.
There is a difference between 'MM' and 'mm'.
Try using 'hh:mm:ss TT' as your format string.