UTC To Local Time

Kalipso - Form - Expressions - Functions - Functions Descriptions - Date Functions - 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.

Examples

Consider a system where Time Zone is set to GMT with Daylight Saving Time option set to on.

  • Example 1

UTCToLocalTime("20210303081530000") Result = 20210301091530000

Last updated