-
This commit is contained in:
27
Linux/show time and date.md
Normal file
27
Linux/show time and date.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# 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`
|
||||
Reference in New Issue
Block a user