IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.84k stars 356 forks source link

Feature request: unix timestamp to datetime #280

Open bjinse opened 3 years ago

bjinse commented 3 years ago

This was the one simple thing I was missing. Currently using https://www.unixtimestamp.com for this. Strangely enough, the reverse action is already in Boop... (Date to timestamp)

drinking commented 2 years ago

This was the one simple thing I was missing. Currently using https://www.unixtimestamp.com for this. Strangely enough, the reverse action is already in Boop... (Date to timestamp)

Why not write that script?

fuerst commented 2 years ago

See this PR for a working script: https://github.com/IvanMathy/Boop/pull/283