Module rfc3339

Source
Expand description

RFC 3339 string types.

Structs§

DateTimeStr
String slice for a datetime in RFC 3339 date-time format, such as 2001-06-17T12:34:56.7890-23:12.
DateTimeString
Owned string for a datetime in RFC 3339 date-time format, such as 2001-06-17T12:34:56.7890-23:12.
FullTimeStr
String slice for a time in RFC 3339 full-time format, such as 12:34:56.7890-23:12.
FullTimeString
Owned string for a time in RFC 3339 full-time format, such as 12:34:56.7890-23:12.
PartialTimeStr
String slice for a time in RFC 3339 partial-time format, such as 12:34:56.7890.
PartialTimeString
Owned string for a time in RFC 3339 partial-time format, such as 12:34:56.7890.
SecfracStr
String slice for a time in RFC 3339 time-secfrac format, such as .7890.
SecfracString
Owned string for a time in RFC 3339 time-secfrac format, such as .7890.
TimeOffsetStr
String slice for a time in RFC 3339 time-offset format, such as +09:00, -00:00, and Z.
TimeOffsetString
Owned string for a time in RFC 3339 time-offset format, such as +09:00, -00:00, and Z.

Type Aliases§

FullDateStr
RFC 3339 full-date string slice, such as 2001-12-31.
FullDateStringalloc
RFC 3339 full-date owned string, such as 2001-12-31.
TimeNumOffsetStr
RFC 3339 time-numoffset string slice, such as +09:30 and -00:00.
TimeNumOffsetStringalloc
RFC 3339 time-numoffset owned string, such as +09:30 and -00:00.