Posted 03 October 2015 - 06:36 PM
Since services like currentmillis.com often experience downtime, I wrote a small API which can be found at cc.nghty.co.
Available Endpoints
Available Endpoints
- /seconds Seconds since Unix Epoch
- /milliseconds Milliseconds since Unix Epoch
- /utc UTC Date
request = http.get("http://cc.nghty.co/seconds")
seconds = request.readAll()
request.close()