https://github.com/bespoyasov/tmstmp
Converts timestamps to dates and backwards.
https://github.com/bespoyasov/tmstmp
converter date timestamp
Last synced: about 1 year ago
JSON representation
Converts timestamps to dates and backwards.
- Host: GitHub
- URL: https://github.com/bespoyasov/tmstmp
- Owner: bespoyasov
- Created: 2016-04-17T10:23:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T14:11:13.000Z (over 1 year ago)
- Last Synced: 2025-04-08T06:27:40.039Z (about 1 year ago)
- Topics: converter, date, timestamp
- Language: TypeScript
- Homepage: https://bespoyasov.ru/tmstmp/
- Size: 2.65 MB
- Stars: 13
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tmstmp
Converts dates to time stamps and backwards.
## But Why?..
I noticed that I sometimes need to “convert” a timestamp from, for example, a database to a human-readable date. I can't do it on the fly, so I needed a tool for that. Hence this app 😃
If you have the same difficulties with converting timestamps, please [check it out](https://bespoyasov.ru/tmstmp/)!