ISO
relationalai.semantics.std.datetime
ISO format string constants for date and datetime formatting.
Attributes
Section titled “Attributes”.HOURS_TZ
Section titled “.HOURS_TZ”ISO.HOURS_TZ: strDatetime with hours and timezone: “yyyy-mm-ddTHHz”
.MINUTES_TZ
Section titled “.MINUTES_TZ”ISO.MINUTES_TZ: strDatetime with minutes and timezone: “yyyy-mm-ddTHH:MMz”
.SECONDS_TZ
Section titled “.SECONDS_TZ”ISO.SECONDS_TZ: strDatetime with seconds and timezone: “yyyy-mm-ddTHH:MM:SSz”
.MILLIS_TZ
Section titled “.MILLIS_TZ”ISO.MILLIS_TZ: strDatetime with milliseconds and timezone: “yyyy-mm-ddTHH:MM:SS.sz”
Referenced By
Section titled “Referenced By”RelationalAI Documentation └── Build With RelationalAI └── Understand how PyRel works > Use advanced reasoning > Rules-based reasoning ├── Work with strings └── Use dates and datetimes └── Parse dates and datetimes from strings