Files
DevOps/Linux/show time and date.md
2025-10-11 13:55:17 +02:00

28 lines
464 B
Markdown

# Ubuntu 24.04: Change timezone
## Changing Timezone via CLI (command line interface)
### Enter the following command:
Find your Timezone:
`timedatectl`
### List timezones
`timedatectl list-timezones`
### Find timezone you with to seet.
`timedatectl list-timezones | grep Oslo`
### Set New Timezone
Apply the change by setting your system to the new timezone.
`$ sudo timedatectl set-timezone Europe/Oslo`
### Verify timezone settings
`$ timedatectl`