Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 592 Bytes

File metadata and controls

24 lines (14 loc) · 592 Bytes

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