Expand description
RFC 3339 string types.
Structs§
- Date
Time Str - String slice for a datetime in RFC 3339
date-timeformat, such as2001-06-17T12:34:56.7890-23:12. - Date
Time String - Owned string for a datetime in RFC 3339
date-timeformat, such as2001-06-17T12:34:56.7890-23:12. - Full
Time Str - String slice for a time in RFC 3339
full-timeformat, such as12:34:56.7890-23:12. - Full
Time String - Owned string for a time in RFC 3339
full-timeformat, such as12:34:56.7890-23:12. - Partial
Time Str - String slice for a time in RFC 3339
partial-timeformat, such as12:34:56.7890. - Partial
Time String - Owned string for a time in RFC 3339
partial-timeformat, such as12:34:56.7890. - Secfrac
Str - String slice for a time in RFC 3339
time-secfracformat, such as.7890. - Secfrac
String - Owned string for a time in RFC 3339
time-secfracformat, such as.7890. - Time
Offset Str - String slice for a time in RFC 3339
time-offsetformat, such as+09:00,-00:00, andZ. - Time
Offset String - Owned string for a time in RFC 3339
time-offsetformat, such as+09:00,-00:00, andZ.
Type Aliases§
- Full
Date Str - RFC 3339
full-datestring slice, such as2001-12-31. - Full
Date String alloc - RFC 3339
full-dateowned string, such as2001-12-31. - Time
NumOffset Str - RFC 3339
time-numoffsetstring slice, such as+09:30and-00:00. - Time
NumOffset String alloc - RFC 3339
time-numoffsetowned string, such as+09:30and-00:00.