> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/expressions/functions/functions-descriptions/date-functions/local-to-utc-time.md).

# 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
