geosoft1 / time

Time service in Go for IoT devices that can't use NTP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Time service

Return in JSON RFC4627 format UTC time as Unix time and RFC3339.

Sample request:

curl -X GET -i localhost:8123

Sample response:

{"unixtime":1596787417,"rfc3339":"2020-08-07T08:03:37Z"}

About

Time service in Go for IoT devices that can't use NTP.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%