From c55c2a2745ce464fc90f0cb8c8d3d173205904ec Mon Sep 17 00:00:00 2001 From: Nyholm Date: Tue, 2 Mar 2021 21:23:44 +0100 Subject: [PATCH] [Messenger] Added note about timezone --- messenger.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/messenger.rst b/messenger.rst index 0ee914216ca..1f4b116595e 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1001,6 +1001,12 @@ auto_setup Whether the table should be created automatically during send / get. true ================== ===================================== ====================== +.. caution:: + + Messages are stored in the database will have a datetime property which is created + with the timezone of the current system. This may cause issues if multiple machines + with different timezone configuration is using the same storage. + Redis Transport ~~~~~~~~~~~~~~~