Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shariq-yousuf/timestamp
https://github.com/shariq-yousuf/timestamp
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shariq-yousuf/timestamp
- Owner: shariq-yousuf
- Created: 2024-11-02T18:09:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T20:08:32.000Z (2 months ago)
- Last Synced: 2024-11-02T21:18:01.646Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Timestamp Microservice
This Node.js application provides a simple API for converting dates and timestamps.
[Try it here...](https://timestamp.up.railway.app/)
## What it does:
- Converts a valid date string to both Unix timestamp (milliseconds since epoch) and UTC format (e.g., "Thu, 01 Jan 1970 00:00:00 GMT").
- Handles Unix timestamps directly, returning the equivalent date in both formats.
- Returns the current date and time in both formats if no date is provided.