Skip to content

Commit c55c2a2

Browse files
committed
[Messenger] Added note about timezone
1 parent 4865b3b commit c55c2a2

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)