This Function returns a <string>, which is the specified Date Time converted from the Coordinated Universal Time to the Time Zone defined in the system.
Parameters
Date Time <string> |
|
Date Time to convert. This parameter must be in format YYYYMMDDHHMISSCCC.
|
|
|
Consider a system where Time Zone is set to GMT with Daylight Saving Time option set to on. |
|
Example 1
|
UTCToLocalTime("20100603081530000")
Result = 20100601091530000
|
Updated: 3/21/2018 4:33 PM |