Info(DateTimeLocalToUTC("20060101150000"))
Syntax
<Result> = DateTimeLocalToUTC(<Local date and time>)
<Result>: Character string or DateTime
UTC date and time, expressed in "YYYYMMDDHHmmSSCCC" format.
<Local date and time>: Character string or DateTime
Local date and time, expressed in "YYYYMMDDHHmmSSCCC" format.
Remarks
The date returned may be different from the date passed as parameter (e.g., if the local time is after midnight and the universal time is before midnight).
Business / UI classification: Neutral code