docs used qt_timezone constant

This commit is contained in:
silverqx
2023-06-29 11:12:08 +02:00
parent d67c8dbd9b
commit 969027b0a2

View File

@@ -192,7 +192,7 @@ And paste the following code.
{collation_, qEnvironmentVariable("DB_MYSQL_COLLATION", UTF8MB40900aici)},
{timezone_, TZ00},
// Specifies what time zone all QDateTime-s will have
{"qt_timezone", QVariant::fromValue(Qt::UTC)},
{qt_timezone, QVariant::fromValue(Qt::UTC)},
{prefix_, EMPTY},
{prefix_indexes, false},
{strict_, true},