cf

Convert Unix timestamps to human-readable date/time format

brewmacoslinux
Try with needOr install directly
Source

About

Filter to replace numeric timestamps with a formatted date time

Commands

cf

Examples

Convert a Unix timestamp in a log file to readable format$ cat logfile.txt | cf
Filter timestamps from JSON output of a command$ some_command | cf
Convert timestamps with custom formatting in piped input$ echo '1609459200' | cf