Skip to content

Instantly share code, notes, and snippets.

@todgru
Created June 13, 2022 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save todgru/775e73bb5abba3614cdde5eb22e04b64 to your computer and use it in GitHub Desktop.
Save todgru/775e73bb5abba3614cdde5eb22e04b64 to your computer and use it in GitHub Desktop.
set date command line linux
# date -s '2022-06-13 10:52:23'
Mon Jun 13 10:52:23 PDT 2022
# date
Mon Jun 13 10:52:25 PDT 2022

Or:

# date -s 'Mon Jun 13 10:52:23 PDT 2022'
Mon Jun 13 10:52:23 PDT 2022
# date
Mon Jun 13 10:52:25 PDT 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment