mirror of
https://github.com/tiennm99/time-mocker.git
synced 2026-09-13 14:20:29 +00:00
bbac847d2d16dedb62491f4e27f43233d16de1ae
time-changer
GUI tool written in Go (Fyne) to change the Windows system time from the desktop.
Note: Must be run as Administrator — Windows requires elevated privileges to set the system clock.
Quick start
go build -o time-changer.exe .
# Right-click → Run as Administrator:
time-changer.exe
Usage
The app presents a calendar and time picker. Select the target date and time, then confirm to apply it as the new system time.
Supported date selection: year/month/day via calendar widget; hours, minutes, seconds via dropdowns.
Related
- time-mocker — injects fake time into a running process without changing the system clock (different approach to the same problem of time-dependent testing).
License
Apache-2.0 — see LICENSE.
Description
Windows tool that injects fake time into running processes by hooking Win32 time APIs. Rust.
527 KiB
Languages
Rust
99.4%
Java
0.6%