ISO
relationalai.semantics.std.datetime
ISO format string constants for date and datetime formatting.
Attributes
.DATE
ISO.DATE: strDate format: “yyyy-mm-dd”
.HOURS
ISO.HOURS: strDatetime with hours: “yyyy-mm-ddTHH”
.HOURS_TZ
ISO.HOURS_TZ: strDatetime with hours and timezone: “yyyy-mm-ddTHHz”
.MINUTES
ISO.MINUTES: strDatetime with minutes: “yyyy-mm-ddTHH:MM”
.MINUTES_TZ
ISO.MINUTES_TZ: strDatetime with minutes and timezone: “yyyy-mm-ddTHH:MMz”
.SECONDS
ISO.SECONDS: strDatetime with seconds: “yyyy-mm-ddTHH:MM:SS”
.SECONDS_TZ
ISO.SECONDS_TZ: strDatetime with seconds and timezone: “yyyy-mm-ddTHH:MM:SSz”
.MILLIS
ISO.MILLIS: strDatetime with milliseconds: “yyyy-mm-ddTHH:MM:SS.s”
.MILLIS_TZ
ISO.MILLIS_TZ: strDatetime with milliseconds and timezone: “yyyy-mm-ddTHH:MM:SS.sz”