Package Usage: go: github.com/relvacode/iso8601
Package iso8601 is a utility for parsing ISO8601 datetime strings into native Go times.
The standard library's RFC3339 reference layout can be too strict for working with 3rd party APIs,
especially ones written in other languages.
Use the provided `Time` structure instead of the default `time.Time` to provide ISO8601 support for JSON responses.
5 versions
Latest release: over 2 years ago
155 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/relvacode/iso8601