etcetera

来自「一个C源代码分析器」· 代码 · 共 55 行

TXT
55
字号
# @(#)etcetera	7.4# All of these are set up just so people can "zic -l" to a timezone# that's right for their area, even if it doesn't have a name or DST rules# (half hour zones are too much to bother with -- when someone asks!)Zone	Etc/GMT		0	-	GMTLink	Etc/GMT				Etc/UTCLink	Etc/GMT				Etc/UCTLink	Etc/GMT				Etc/UniversalLink	Etc/GMT				Etc/GreenwichLink	Etc/GMT				Etc/ZuluLink	Etc/GMT				Etc/GMT-0Link	Etc/GMT				Etc/GMT+0Link	Etc/GMT				Etc/GMT0# We use POSIX-style signedness in the names and output,# internal-style signedness in the specifications.# For example, TZ=Etc/GMT+4 corresponds to 4 hours _behind_ GMT;# it is equivalent to TZ=GMT+4, which is implemented directly as per POSIX.# Earlier incarnations of this package were not POSIX-compliant,# and had lines such as#		Zone	GMT-12		-12	-	GMT-1200# We did not want things to change quietly if someone accustomed to the old# way does a#		zic -l GMT-12# so we moved the names into the Etc subdirectory.Zone	Etc/GMT-13	13	-	GMT-13 # 12 hours ahead of GMT, plus DSTZone	Etc/GMT-12	12	-	GMT-12Zone	Etc/GMT-11	11	-	GMT-11Zone	Etc/GMT-10	10	-	GMT-10Zone	Etc/GMT-9	9	-	GMT-9Zone	Etc/GMT-8	8	-	GMT-8Zone	Etc/GMT-7	7	-	GMT-7Zone	Etc/GMT-6	6	-	GMT-6Zone	Etc/GMT-5	5	-	GMT-5Zone	Etc/GMT-4	4	-	GMT-4Zone	Etc/GMT-3	3	-	GMT-3Zone	Etc/GMT-2	2	-	GMT-2Zone	Etc/GMT-1	1	-	GMT-1Zone	Etc/GMT+1	-1	-	GMT+1Zone	Etc/GMT+2	-2	-	GMT+2Zone	Etc/GMT+3	-3	-	GMT+3Zone	Etc/GMT+4	-4	-	GMT+4Zone	Etc/GMT+5	-5	-	GMT+5Zone	Etc/GMT+6	-6	-	GMT+6Zone	Etc/GMT+7	-7	-	GMT+7Zone	Etc/GMT+8	-8	-	GMT+8Zone	Etc/GMT+9	-9	-	GMT+9Zone	Etc/GMT+10	-10	-	GMT+10Zone	Etc/GMT+11	-11	-	GMT+11Zone	Etc/GMT+12	-12	-	GMT+12

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?