akalongman / sublimetext-stringutilities

Sublime Text 2/3 plugin for string manipulations
MIT License
83 stars 24 forks source link

Loss of precision in epoch to datetime #45

Closed knservis closed 6 years ago

knservis commented 6 years ago

E.g. on the shell

> date -r 1307116657 '+%Y.%m.%d %H:%M:%S'
2011.06.03 18:57:37

On string utils:

1307116657 -> 2011-06-03 18:57