Local To UTC Time
Kalipso - Form - Expressions - Functions - Functions Descriptions - Date Functions - 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.
Examples
Example 1
LocalToUTCTime("20210301091530000") Result = 20210303081530000
Last updated