Timestamp Microservice

A request to /api/:date? with a valid date returns a JSON object with a unix key that is a Unix timestamp of the input date in milliseconds (as type Number), and vice versa.

Example Usage:

Example Output:

{"unix":1451001600000, "utc":"Fri, 25 Dec 2015 00:00:00 GMT"}