logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

Timedatectl - Control System Time & Date | Online Free DevTools by Hexmos

Control system time and date with timedatectl. Manage timezones and NTP synchronization using the command line. Free online tool, no registration required.

timedatectl

Control the system time and date. More information: https://manned.org/timedatectl.

  • Check the current system clock time:

timedatectl

  • Set the local time of the system clock directly:

timedatectl set-time "{{yyyy-MM-dd hh:mm:ss}}"

  • List available timezones:

timedatectl list-timezones

  • Set the system timezone:

timedatectl set-timezone {{timezone}}

  • Enable Network Time Protocol (NTP) synchronization:

timedatectl set-ntp on

  • Change the hardware clock time standard to localtime:

timedatectl set-local-rtc 1

See Also