parsing epoch timestamp to date
To get current unix timestamp we can do
But how do we parse a file which contain epoch timestamp to date?
if we have it in milliseconds, we could remove the milliseconds part with
Assuming your epoch seconds is 10 character. But if you have more or less, you need to do some other string processing first
Last updated