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

Timestamp to ISO Date #283

Open klinquist opened 3 years ago

klinquist commented 3 years ago

To address https://github.com/IvanMathy/Boop/issues/280

Supports timestamps in both seconds (10 numbers) or milliseconds (13 numbers)

Input:

1625842985835

Output:

2021-07-09T15:03:05.835Z
sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

LasseJacobs commented 1 year ago

@IvanMathy Can this be merged, and possibly added to the main set of scripts? I use this frequently and I can imagine others do as well?