fix(doc): explanation of timezone (#32390)

This commit is contained in:
WANG MINGMING 2025-07-30 15:52:29 +08:00 committed by GitHub
parent 82eb54b33b
commit d0c20d06f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View File

@ -74,11 +74,11 @@
# > 0 (any retrieved column size greater than this value all data will be compressed.) # > 0 (any retrieved column size greater than this value all data will be compressed.)
# compressColData -1 # compressColData -1
# system time zone # system time zone (for linux/mac)
# timezone UTC-8 # timezone UTC-8
# system time zone (for windows 10) # system time zone (for linux/mac/windows)
# timezone Asia/Shanghai (CST, +0800) # timezone Asia/Shanghai
# system locale # system locale
# locale en_US.UTF-8 # locale en_US.UTF-8

View File

@ -74,11 +74,11 @@
# > 0 (any retrieved column size greater than this value all data will be compressed.) # > 0 (any retrieved column size greater than this value all data will be compressed.)
# compressColData -1 # compressColData -1
# system time zone # system time zone (for linux/mac)
# timezone UTC-8 # timezone UTC-8
# system time zone (for windows 10) # system time zone (for windows)
# timezone Asia/Shanghai (CST, +0800) # timezone Asia/Shanghai
# system locale # system locale
# locale en_US.UTF-8 # locale en_US.UTF-8