Registry / utility / dylanmei-iso8601

dylanmei-iso8601

JSON →
library0.1.0gogounverified

Package iso8601 provides utilities for parsing and formatting ISO 8601 date and time strings.

go get github.com/dylanmei/iso8601
INSTALL
IMPORT
SIG · DYLANMEI-ISO8601
D
dylanmei-iso8601
utilitygov0.1.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/dylanmei/iso8601

Parses an ISO 8601 formatted string into a time.Time value.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
dylanmei-iso8601 — go get dylanmei-iso8601 · libregistry