brendoncarroll / go-tai64

TAI64 implementation in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TAI64

A TAI64 package for Go.

Package tai64 provides types for implementing the TAI64, TAI64N, and TAI64NA standards as described here https://cr.yp.to/libtai/tai64.html

The Marshal methods provide the "external" format described in the spec, which is suitable for storage or transmission over the network.

About

TAI64 implementation in Go.

License:Mozilla Public License 2.0


Languages

Language:Go 98.3%Language:Makefile 1.7%