Files
til/linux/configure-your-server-timezone.md
T

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
```