logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Fake Time Control - Manage System Time for Commands | Online Free DevTools by Hexmos

Control system time for commands with faketime. Easily simulate past, present, and future dates for testing and debugging. Free online tool, no registration required.

faketime

Fake the system time for a command. More information: https://manned.org/faketime.

  • 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}}

See Also