Hi, this is more a mental note for myself but it can be useful to someone.
Here’s how to transform a Unix timestamp to human readable date using bash
date -d @1000000042
Sun Sep 9 02:47:22 WEST 2001
Cheers,
Pedro Oliveira
Hi, this is more a mental note for myself but it can be useful to someone.
Here’s how to transform a Unix timestamp to human readable date using bash
date -d @1000000042
Sun Sep 9 02:47:22 WEST 2001
Cheers,
Pedro Oliveira