mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
make sure timestamps are stored in UTC (#1239)
This commit is contained in:
@@ -95,11 +95,11 @@ app:
|
|||||||
# -------------------
|
# -------------------
|
||||||
# for MariaDB
|
# for MariaDB
|
||||||
# driverClass is org.mariadb.jdbc.Driver
|
# driverClass is org.mariadb.jdbc.Driver
|
||||||
# url is jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
# url is jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true&timezone=UTC
|
||||||
#
|
#
|
||||||
# for MySQL
|
# for MySQL
|
||||||
# driverClass is com.mysql.cj.jdbc.Driver
|
# driverClass is com.mysql.cj.jdbc.Driver
|
||||||
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true&timezone=UTC
|
||||||
#
|
#
|
||||||
# for PostgreSQL
|
# for PostgreSQL
|
||||||
# driverClass is org.postgresql.Driver
|
# driverClass is org.postgresql.Driver
|
||||||
|
|||||||
@@ -95,11 +95,11 @@ app:
|
|||||||
# -------------------
|
# -------------------
|
||||||
# for MariaDB
|
# for MariaDB
|
||||||
# driverClass is org.mariadb.jdbc.Driver
|
# driverClass is org.mariadb.jdbc.Driver
|
||||||
# url is jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
# url is jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true&timezone=UTC
|
||||||
#
|
#
|
||||||
# for MySQL
|
# for MySQL
|
||||||
# driverClass is com.mysql.cj.jdbc.Driver
|
# driverClass is com.mysql.cj.jdbc.Driver
|
||||||
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true&timezone=UTC
|
||||||
#
|
#
|
||||||
# for PostgreSQL
|
# for PostgreSQL
|
||||||
# driverClass is org.postgresql.Driver
|
# driverClass is org.postgresql.Driver
|
||||||
|
|||||||
@@ -95,11 +95,11 @@ app:
|
|||||||
# -------------------
|
# -------------------
|
||||||
# for MariaDB
|
# for MariaDB
|
||||||
# driverClass is org.mariadb.jdbc.Driver
|
# driverClass is org.mariadb.jdbc.Driver
|
||||||
# url is jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
# url is jdbc:mariadb://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true&timezone=UTC
|
||||||
#
|
#
|
||||||
# for MySQL
|
# for MySQL
|
||||||
# driverClass is com.mysql.cj.jdbc.Driver
|
# driverClass is com.mysql.cj.jdbc.Driver
|
||||||
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true
|
# url is jdbc:mysql://localhost/commafeed?autoReconnect=true&failOverReadOnly=false&maxReconnects=20&rewriteBatchedStatements=true&timezone=UTC
|
||||||
#
|
#
|
||||||
# for PostgreSQL
|
# for PostgreSQL
|
||||||
# driverClass is org.postgresql.Driver
|
# driverClass is org.postgresql.Driver
|
||||||
|
|||||||
Reference in New Issue
Block a user