We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0eaffb7 commit 6553958Copy full SHA for 6553958
README.md
@@ -66,6 +66,10 @@ smart people at [Hashrocket](http://hashrocket.com/).
66
- [Throttling A Function Call](javascript/throttling-a-function-call.md)
67
- [Truthiness of Integer Arrays](javascript/truthiness-of-integer-arrays.md)
68
69
+### linux
70
+
71
+- [Configure Your Server Timezone](linux/configure-your-server-timezone.md)
72
73
### mac
74
75
- [Default Screenshot Location](mac/default-screenshot-location.md)
linux/configure-your-server-timezone.md
@@ -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