faketime
Fake the system time for a given command.
- Fake the time to this evening, before printing the result of `date`:
faketime '{today 23:30}' {date}
- Open a new `bash` shell, which uses yesterday as the current date:
faketime '{yesterday}' {bash}
- Simulate how a program would act next Friday night:
faketime '{next Friday 1 am}' {path/to/program}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).