Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paulhammond/tai64
A Go implementation of the TAI64 and TAI64N timestamp formats
https://github.com/paulhammond/tai64
Last synced: about 1 month ago
JSON representation
A Go implementation of the TAI64 and TAI64N timestamp formats
- Host: GitHub
- URL: https://github.com/paulhammond/tai64
- Owner: paulhammond
- License: mit
- Created: 2014-02-11T17:50:30.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2021-06-13T03:16:17.000Z (over 3 years ago)
- Last Synced: 2024-06-20T11:56:56.540Z (5 months ago)
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Tai64
Tai64 is a Go implementation of the [TAI64 and TAI64N timestamp formats](http://cr.yp.to/daemontools/tai64n.html).
## Usage
Install with `go get`:
go get github.com/paulhammond/tai64
Then parse some TAI64N timestamps:
time, err := tai64.ParseTai64n("@4000000037c219bf2ef02e94")
Full documentation is at http://godoc.org/github.com/paulhammond/tai64.
## License
MIT license, see LICENSE.txt for details.