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