1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 09:02:08 +02:00
tldr/pages.pl/linux/timedatectl.md
Lena d6de0a0207
systemd-*, *ctl: add Polish translation (#10106)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-14 04:47:25 +02:00

617 B

timedatectl

Kontroluj datę i czas systemowy. Więcej informacji: https://manned.org/timedatectl.

  • Sprawdź aktualny czas zegara systemowego:

timedatectl

  • Bezpośrednio ustaw czas lokalny zegara systemowego:

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

  • Wyświetl dostępne strefy czasowe:

timedatectl list-timezones

  • Ustaw systemową strefę czasową:

timedatectl set-timezone {{strefa_czasowa}}

  • Włącz synchronizację czasu poprzez Network Time Protocol (NTP):

timedatectl set-ntp on

  • Zmień standard czasu zegara sprzętowego na czas lokalny:

timedatectl set-local-rtc 1