summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAmir Zarrinkafsh <nightah@me.com>2019-07-02 19:31:06 +1000
committerRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-07-02 10:31:06 +0100
commitde8077a164f57467fc73f1fe429bc1ed0afd73c4 (patch)
tree069a96bb42a9ae983291765e6c0011f1a19b61e3 /changelog.d
parentFix JWT login with new users (#5586) (diff)
downloadsynapse-de8077a164f57467fc73f1fe429bc1ed0afd73c4.tar.xz
Add ability to set timezone for Docker container (#5383)
Signed-off-by: Amir Zarrinkafsh <nightah@me.com>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/5383.feature1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5383.feature b/changelog.d/5383.feature
new file mode 100644
index 0000000000..5d084cf0b2
--- /dev/null
+++ b/changelog.d/5383.feature
@@ -0,0 +1 @@
+Add ability to change Docker containers [timezone](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) with the `TZ` variable.