Contents
Display Legacy Contents

 Print
    UTC To Local Time      
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


See also
Samples
Sample 1
Sample 2
 
Updated: 3/25/2013 11:47 AM