Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 450 Bytes

Date Formatter

Date Formatter formats the unix timestamp into human readable date-time

Usage

Focus the app window after copying the unix timestamp and the app will automatically detect the change and show the UTC and the local date-time for the unix time

Steps

  1. Start the App
  2. Copy the unix timestamp to convert (Ctrl/Cmd + C)
  3. Switch to the app (Alt + Tab)

Build Steps

<Git clone the repo>
cd dateformatter
npm start