Contents
Display Legacy Contents

 Print
    Local To UTC Time      
This Function returns a <string>, which is the specified Date Time converted to the Coordinated Universal Time, according 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
LocalToUTCTime("20100601091530000")

Result = 20100603081530000


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