Skip to content

Commit 6b25777

Browse files
committed
minor #15055 [Messenger] Added note about timezone (Nyholm)
This PR was merged into the 4.4 branch. Discussion ---------- [Messenger] Added note about timezone This will fix #15004 Commits ------- c55c2a2 [Messenger] Added note about timezone
2 parents ab875d9 + c55c2a2 commit 6b25777

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

messenger.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1001,6 +1001,12 @@ auto_setup Whether the table should be created
10011001
automatically during send / get. true
10021002
================== ===================================== ======================
10031003

1004+
.. caution::
1005+
1006+
Messages are stored in the database will have a datetime property which is created
1007+
with the timezone of the current system. This may cause issues if multiple machines
1008+
with different timezone configuration is using the same storage.
1009+
10041010
Redis Transport
10051011
~~~~~~~~~~~~~~~
10061012

0 commit comments

Comments
 (0)