From 5e338ab13a5dc60f5256d904a38f959567716863 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Wed, 8 Jan 2025 08:35:59 +0100 Subject: [PATCH] remove outdated timezone warning --- messenger.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/messenger.rst b/messenger.rst index 9d5ab5d35c8..d1f215f16a3 100644 --- a/messenger.rst +++ b/messenger.rst @@ -1583,12 +1583,6 @@ DSN by using the ``table_name`` option: Or, to create the table yourself, set the ``auto_setup`` option to ``false`` and :ref:`generate a migration `. -.. warning:: - - The datetime property of the messages stored in the database uses the - timezone of the current system. This may cause issues if multiple machines - with different timezone configuration use the same storage. - The transport has a number of options: ``table_name`` (default: ``messenger_messages``)