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

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