AlexLamson / DataWrangler

Make quick and dirty data mining made easier in Sublime Text
MIT License
11 stars 2 forks source link

standardize timestamps #4

Open AlexLamson opened 6 years ago

AlexLamson commented 6 years ago

convert dates and times to the format: YYY-MM-DD HH:MM:SS.SS (where hours is zero-padded 24-hour time)

AlexLamson commented 4 years ago

could be nice to have a command that converts from epoch timestamp (in seconds or millis) to the string format above

and another command to do vice versa