Is there a function, macro, feature, or method in EmEditor to convert epoch seconds (in Unix, the number of seconds since the beginning of the epoch, defined as January 1, 1970 UTC) to human-readable date and time as ISO format (YYYY-MM-DD HH:MM:SS) ?
I had some CSV data to handle with usernames, IP addresses, and timestamps as epoch seconds, and I wanted to convert that column to human-readable format.
I couldn’t see how to do it in EmEditor, so in the end I used sed and then awk.
Thanks for any suggestions.