Skip to content

Instantly share code, notes, and snippets.

@lrvick
Created September 17, 2019 00:50
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 lrvick/a8e8e7528468681d4da34e90965aaa94 to your computer and use it in GitHub Desktop.
Save lrvick/a8e8e7528468681d4da34e90965aaa94 to your computer and use it in GitHub Desktop.
Lost in time and space
docker@virtualbox:~$ date --help
BusyBox v1.27.2 (2017-10-30 14:58:40 UTC) multi-call binary.
...
docker@aosp-virtualbox:~$ date
Mon Sep 16 04:49:55 UTC 2222
docker@virtualbox:~$ sudo date -s "2019-09-16 04:50"
date: can't set date: Invalid argument
Mon Sep 16 04:50:00 UTC 2019
docker@virtualbox:~$ sudo date -s "2200-09-16 04:50"
Mon Sep 16 04:50:00 UTC 2200
docker@virtualbox:~$ date
Tue Sep 16 04:50:09 UTC 2200
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment