|
|
|
|
DateTimeUTCToLocal (Function) In french: DateHeureUTCVersLocale Converts a UTC date and time to local time (time zone, summer time, winter time). The information taken into account for the conversion depend on the setting of the current computer.
Info(DateTimeUTCToLocal("20060101150000"))
Syntax
<Result> = DateTimeUTCToLocal(<UTC date and time>)
<Result>: Character string or DateTime Local date and time, expressed in "YYYYMMDDHHmmSSCCC" format. <UTC date and time>: Character string or DateTime UTC 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
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|