Microsecond timestamp calculator. Because there's just too much digits.
Demo: timesifter.now.sh
Features:
- Converts epoch microseconds to ISO-like datetime
- Parses ISO-like datetime w/ μs resolution to epoch microseconds
- Hex dump microsecond sieve
- Little/Big endian mode
Project setup: npm install
Compiles and hot-reloads for development: npm run serve
Compiles and minifies for production: npm run build
Run your tests: npm run test
Lints and fixes files: npm run lint