2019-06-12 15:52:24 +01:00
|
|
|
# faketime
|
|
|
|
|
2024-02-14 20:25:13 +00:00
|
|
|
> Fake the system time for a command.
|
2022-01-14 03:33:54 +00:00
|
|
|
> More information: <https://manned.org/faketime>.
|
2019-06-12 15:52:24 +01:00
|
|
|
|
|
|
|
- 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}}`
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
- Simulate how a program would act next Friday night:
|
2019-06-12 15:52:24 +01:00
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
`faketime '{{next Friday 1 am}}' {{path/to/program}}`
|