mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-07 15:17:03 +02:00
Fix RFC3339 comment typo (#20100)
This commit is contained in:
parent
418162a496
commit
08aa30ad72
@ -61,7 +61,7 @@ const (
|
|||||||
// TypeFloat parses both float32 and float64 values
|
// TypeFloat parses both float32 and float64 values
|
||||||
TypeFloat
|
TypeFloat
|
||||||
|
|
||||||
// TypeTime represents absolute time. It accepts an RFC3999-formatted
|
// TypeTime represents absolute time. It accepts an RFC3339-formatted
|
||||||
// string (with or without fractional seconds), or an epoch timestamp
|
// string (with or without fractional seconds), or an epoch timestamp
|
||||||
// formatted as a string or a number. The resulting time.Time
|
// formatted as a string or a number. The resulting time.Time
|
||||||
// is converted to UTC.
|
// is converted to UTC.
|
||||||
|
Loading…
Reference in New Issue
Block a user