Horje
convert epoch timestamp to human readable format on osx Code Example
convert epoch timestamp to human readable format on osx
date -r 1642608963                                 
Thu 20 Jan 2022 00:16:03 WITA
# 1642608963.5195727 would be invalid
convert epoch time on Linux to human readable
date -d @1633089599
Fri Oct  1 04:59:59 PDT 2021




Shell

Related
tail colored Code Example tail colored Code Example
add a linux header ubuntu 18.04 Code Example add a linux header ubuntu 18.04 Code Example
errno 2 no such file or directory less Code Example errno 2 no such file or directory less Code Example
alpine linux /bin/sh: node: not found Code Example alpine linux /bin/sh: node: not found Code Example
macbook generate .pem Code Example macbook generate .pem Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12