mirror of
https://github.com/silverqx/TinyORM.git
synced 2025-12-21 10:29:36 -06:00
docs used qt_timezone constant
This commit is contained in:
@@ -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},
|
||||
|
||||
Reference in New Issue
Block a user