practicalli / practicalli/engineering-playbook
OS - Debian: setting time and automatic date - time adjustment
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.