In This Topic
Function Name
|
ToLocal |
Category
|
DateTime |
Icon
|
|
Description
|
Return the DateTime as a local time |
Inputs
|
DateTime |
A value of type Date, DateTime, or Time |
|
Outputs
|
Local |
The input value converted to the local time zone |
|
Properties
|
|
Usage
Converts the input Date, DateTime, or Time to a representation in local time.
If the current Time Zone is +03:00, then ToLocal yields the following results
Input |
Output |
11:27:42+00:00 |
14:27:42 |
11:27:42+01:00 |
13:27:42 |
11:27:42Z |
14:27:42 |
11:27:42 |
11:27:42
|
See Also