UniversalDate

Typeexpression
DictionaryLCB
LibraryLiveCode Builder
Syntax
the universal date
Associationscom.livecode.date
Summary

The UTC Gregorian date

Example
variable tDateTime as List
put the universal date into tDateTime

variable tMinuteOfHour as Number
put tDateTime[5] into tMinuteOfHour
RelatedExpression: LocalDate
Description

Returns the universal date (i.e. the current date in the UTC+00:00 time zone) as a list of seven numeric components. The elements of the list are the same as for LocalDate.

Tagsdate and time