You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to implement a unix/epoch TimeStamp to Human dateencoder/decoder
An example:
# You can ofc choose better cli args than `epoch-human`
❯ echo"1710152465311"| sttr epoch-human
2024-03-11T10:21:05
#The format is %Y-%m-%dT%H:%M:%S but you could pick something more readable
Thanks so much for suggestion also glad to know that you liked the project.
Working with time is quite tricky as you have to work different format and timezones, I will surely try something over the weekend once confident I will release it.
Hi, thanks for this.
It would be nice to implement a
unix/epoch TimeStamp
toHuman date
encoder/decoderAn example:
The text was updated successfully, but these errors were encountered: