fix(doc): explanation of timezone (#32390)
This commit is contained in:
parent
82eb54b33b
commit
d0c20d06f9
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue