Registry / utility / relvacode-iso8601

relvacode-iso8601

JSON →
library1.7.0gogounverified

Package iso8601 is a utility for parsing ISO8601 datetime strings into native Go times.

go get github.com/relvacode/iso8601
INSTALL
IMPORT
SIG · RELVACODE-ISO8601
R
relvacode-iso8601
utilitygov1.7.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

iso8601
github.com/relvacode/iso8601

Parse an ISO8601 datetime string.

package main import ( "fmt" "github.com/relvacode/iso8601" ) func main() { t, err := iso8601.ParseString("2023-01-01T00:00:00Z") if err != nil { panic(err) } fmt.Println(t) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
relvacode-iso8601 — go get relvacode-iso8601 · libregistry