Browse Source

配置文件中增加了针对不同时区的显示设置及相关说明

NandHyf 1 year ago
parent
commit
08677c4d7a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      config.toml

+ 5 - 0
config.toml

@@ -11,6 +11,11 @@ EnableGlobalCommand = false
 DBType = "sqlite3"
 DBPath = "test.db"
 
+# 
+# utc/utc+-n (UTC-12 ~ UTC+14)
+# This will not effect the "uid related" time settings(UTC+0)
+displayTime = "UTC+8"
+
 # Choose between: sqlite3/toml/md/csv/mongodb
 # However toml/md/csv/mongodb are not supported in v1.0
 [Database]