Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 242 Bytes

date.md

File metadata and controls

12 lines (10 loc) · 242 Bytes

convert to and from epoch time

date +%s # convert to 
date --date @1680874194 # convert from

change date

date -s "Fri Apr  7 01:11:14 AM EDT 2023"
timedatectl set-ntp 0 # disable network time synchronization