Fast and simple JavaScript timestamp conversion and code reference (currentmilli.com) 1 points by nchudleigh 4y ago ↗ HN
[–] nchudleigh 4y ago ↗ Built this as an alternative to https://currentmillis.com that is more focused on my average use-case. Using the path as the input allows for a faster answer.Useful for :- Converting to and from millisecond timestamps- Generating test data- Quickly getting reference for JS Date utilities
[–] fstepien 4y ago ↗ Thanks for sharing, the quick conversion using the url route is a really nice feature (e.g. https://currentmilli.com/1648658674481 )
2 comments
[ 3.1 ms ] story [ 15.3 ms ] threadUseful for :
- Converting to and from millisecond timestamps
- Generating test data
- Quickly getting reference for JS Date utilities