Info(DateTimeLocalToUTC("20060101150000"))
Syntax
<Result> = DateTimeLocalToUTC(<Local Date and Time>)
<Result>: Character string or DateTime
Date and time in UTC format, expressed in "YYYYMMDDHHMMSSCC" format.
<Local Date and Time>: Character string or DateTime
Date and time expressed in local time, in "YYYYMMDDHHMMSSCC" format.
Remarks
The date returned may differ from the date passed in parameter (if the local time is after midnight and if the universal time is before midnight for example).
Business / GUI classification : Neutral code