Skip to content

Commit 6553958

Browse files
committed
Add Configure Your Server Timezone as a linux til.
1 parent 0eaffb7 commit 6553958

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ smart people at [Hashrocket](http://hashrocket.com/).
6666
- [Throttling A Function Call](javascript/throttling-a-function-call.md)
6767
- [Truthiness of Integer Arrays](javascript/truthiness-of-integer-arrays.md)
6868

69+
### linux
70+
71+
- [Configure Your Server Timezone](linux/configure-your-server-timezone.md)
72+
6973
### mac
7074

7175
- [Default Screenshot Location](mac/default-screenshot-location.md)
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Configure Your Server Timezone
2+
3+
On Ubuntu and Debian, you can open an interactive prompt for configuring
4+
your timezone with the following command:
5+
6+
```bash
7+
$ dpkg-reconfigure tzdata
8+
```

0 commit comments

Comments
 (0)