ISO8601ToDateTime

Qubes 11.0 Datetime in current timezone from an ISO 8601 date.

Syntax

ISO8601ToDateTime(iso8601Date)
iso8601Date : String = ISO 8601 date to convert.

Remarks

Returns the datetime in current timezone corresponding to iso8601Date in UTC.

This function handles ISO-8601 format and its variant where 'T' is replaced by a space.

It works the same as its script counterpart.

Example

ISO8601ToDateTime("2021-01-01 00:00") = datetime in the current timezone.

Classification

DateTime