toml_foolery.decode.types.datetime

Undocumented in source.

Members

Aliases

DateAndOrTime
alias DateAndOrTime = Algebraic!(SysTime, Date, TimeOfDay)
Undocumented in source.

Functions

parseTomlGenericDateTime
DateAndOrTime parseTomlGenericDateTime(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
parseTomlLocalDate
Date parseTomlLocalDate(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
parseTomlLocalDateTime
SysTime parseTomlLocalDateTime(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
parseTomlLocalTime
TimeOfDay parseTomlLocalTime(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
parseTomlOffsetDateTime
SysTime parseTomlOffsetDateTime(string value)

Up to nanosecond precision is supported. Additional precision is truncated, obeying the TOML spec.

Meta