practicalli / practicalli/engineering-playbook

OS - Debian: setting time and automatic date - time adjustment

Open
#25 1 comment 0 reactions 1 assignee View on GitHub

@practicalli-johnny is already working on this.

Since Sep 19, 2024.

Dominant language
Makefile
Stars
12
Forks
5
PR merge metrics
No merged PRs in 30d

Description

The OS system date can be changed by the root account or accounts in the sudo group.

GNOME Automatic Date & Time provides its own timedatectl service rather than use the ntp service via the debian ntp package.

To disable automatic date-time:

timedatectl set-ntp 0

To switch on

timedatectl set-ntp 1

When the timedateclt is disabled, then the date command can be used to set a specific date and or time.

Example: set the date and time

 date -s '2024-09-16 21:32:00'

date command will show the current date, confirming that the OS system date was changed.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.