mirror of
https://github.com/jbranchaud/til
synced 2026-01-02 22:58:01 +00:00
9 lines
188 B
Markdown
9 lines
188 B
Markdown
# Configure Your Server Timezone
|
|
|
|
On Ubuntu and Debian, you can open an interactive prompt for configuring
|
|
your timezone with the following command:
|
|
|
|
```bash
|
|
$ dpkg-reconfigure tzdata
|
|
```
|