瀏覽代碼

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

NandHyf 1 年之前
父節點
當前提交
08677c4d7a
共有 1 個文件被更改,包括 5 次插入0 次删除
  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]