Skip to content

Microsecond timestamp calculator.

License

Notifications You must be signed in to change notification settings

netrixone/timesifter

Repository files navigation

Timesifter - microtime carver

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

Build

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