Skip to content

Python application which allows developers to work with epoch timestamps better. Human-readable dates are shown as mouse tooltips whenever epoch timestamp is copied.

License

Notifications You must be signed in to change notification settings

adamhcj/epoch_date_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🕔 Epoch Date Viewer

🧪 This is a very early prototype.

🥱 Have you ever been tired of copying epoch timestamps and going to https://www.epochconverter.com to understand the timestamp better?
e.g copying epoch timestamp from Postman / Snowflake / MySQL / etc

😄 This custom application aims to help you stay focused without context switching over to the epoch converter web application.

  1. When an epoch timestamp is copied,
  2. Human-readable date is displayed as mouse tooltips.

image

💻 Preview on Windows:

(please turn on the sound to hear quick explanation)

epoch_date_viewer_demo_v1.mp4

⚙️ Setting up

  1. Have a relatively recent python version (preferably >3.10, I use 3.12)
  2. pip install -r requirements.txt
  3. python app.py

About

Python application which allows developers to work with epoch timestamps better. Human-readable dates are shown as mouse tooltips whenever epoch timestamp is copied.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages