systemv

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

TXT
36
字号
# @(#)systemv	7.2# Old rules, should the need arise.# No attempt is made to handle Newfoundland, since it cannot be expressed# using the System V "TZ" scheme (half-hour offset), or anything outside# North America (no support for non-standard DST start/end dates), nor# the change in the DST rules in the US in 1987 (can't split between# Canada, with no changes, and the US)## Be sure to compile this *without* leap second correction for true conformance.# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/SRule	SystemV	min	1973	-	Apr	lastSun	2:00	1:00	DRule	SystemV	min	1973	-	Oct	lastSun	2:00	0	SRule	SystemV	1974	only	-	Jan	6	2:00	1:00	DRule	SystemV	1974	only	-	Nov	lastSun	2:00	0	SRule	SystemV	1975	only	-	Feb	23	2:00	1:00	DRule	SystemV	1975	only	-	Oct	lastSun	2:00	0	SRule	SystemV	1976	max	-	Apr	lastSun	2:00	1:00	DRule	SystemV	1976	max	-	Oct	lastSun	2:00	0	S# Zone	NAME		GMTOFF	RULES/SAVE	FORMAT	[UNTIL]Zone	SystemV/AST4ADT	-4:00	SystemV		A%sTZone	SystemV/EST5EDT	-5:00	SystemV		E%sTZone	SystemV/CST6CDT	-6:00	SystemV		C%sTZone	SystemV/MST7MDT	-7:00	SystemV		M%sTZone	SystemV/PST8PDT	-8:00	SystemV		P%sTZone	SystemV/YST9YDT	-9:00	SystemV		Y%sTZone	SystemV/AST4	-4:00	-		ASTZone	SystemV/EST5	-5:00	-		ESTZone	SystemV/CST6	-6:00	-		CSTZone	SystemV/MST7	-7:00	-		MSTZone	SystemV/PST8	-8:00	-		PSTZone	SystemV/YST9	-9:00	-		YSTZone	SystemV/HST10	-10:00	-		HST

⌨️ 快捷键说明

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