In ColdFusion, using GetTimeZoneInfo()
methods, we can get utcoffset time based on the server current date and time, but as per my requirement for the given date like 2020-06-23 21:03:37
, the utcoffset should be given as "5", for now it is "4",
Please suggest in ColdFusion 9 version and also I want to know the client OS date offset, but found that cfm is server side, so not support this.