System.TimeZone (gb)
Static Property Read TimeZone As Integer
自从 3.4
返回系统时区。
返回的值是秒数必须和本地时间相加才能获得UTC时间。
The logic is inverted with the way timezone are usually printed.
For example, if the shell
date
command prints "
UTC+2
",
System.TimeZone
will return
-7200
.