^date::create[year-month-dayThour:minute:second+TZ]
Creates an object of class date, containing value of an arbitrary date and time accurate to a second in ISO 8601 format.
Time zone format is +hh:mm or +hhmm or -hh:mm or -hhmm or string value Z representing UTC.
This feature is useful if you retrieve a date from external sources like JavaScript.