Answers for "epoch bash"

0

epoch bash

# To get current time in seconds since Epoch
date +%s

# To convert an Epoch into a readable date and time
date --date @1648009577
Posted by: Guest on March-23-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language