Registry / utility / sfomuseum-go-edtf

sfomuseum-go-edtf

JSON →
library1.2.2gogounverified

A library for parsing Extended Date/Time Format (EDTF) strings, compliant with Levels 0, 1, and 2 of the 2019 specification.

go get github.com/sfomuseum/go-edtf
INSTALL
IMPORT
SIG · SFOMUSEUM-GO-EDTF
S
sfomuseum-go-edtf
utilitygov1.2.2
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.

edtf
github.com/sfomuseum/go-edtf

Parse an EDTF date string.

package main import ( "fmt" "github.com/sfomuseum/go-edtf" ) func main() { d, err := edtf.Parse("1985-04-12T23:20:30") if err != nil { panic(err) } fmt.Println(d) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
sfomuseum-go-edtf — go get sfomuseum-go-edtf · libregistry