# 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
