1# @(#)solar89	1.3
2
3# Apparent noon times below are for Riyadh; they're a bit off for other places.
4# Times were computed using a formula provided by the U. S. Naval Observatory:
5#	eqt = -105.8 * sin(l) + 596.2 * sin(2 * l) + 4.4 * sin(3 * l)
6#		-12.7 * sin(4 * l) - 429.0 * cos(l) - 2.1 * cos (2 * l)
7#		+ 19.3 * cos(3 * l);
8# where l is the "mean longitude of the Sun" given by
9#	l = 279.642 degrees + 0.985647 * d
10# and d is the interval in days from January 0, 0 hours Universal Time
11# (equaling the day of the year plus the fraction of a day from zero hours).
12# The accuracy of the formula is plus or minus three seconds.
13#
14# Rounding to the nearest five seconds results in fewer than
15# 256 different "time types"--a limit that's faced because time types are
16# stored on disk as unsigned chars.
17
18# Rule	NAME	FROM	TO	TYPE	IN	ON	AT	SAVE	LETTER/S
19Rule	sol89	1989	only	-	Jan	1	12:03:35s -0:03:35 -
20Rule	sol89	1989	only	-	Jan	2	12:04:05s -0:04:05 -
21Rule	sol89	1989	only	-	Jan	3	12:04:30s -0:04:30 -
22Rule	sol89	1989	only	-	Jan	4	12:05:00s -0:05:00 -
23Rule	sol89	1989	only	-	Jan	5	12:05:25s -0:05:25 -
24Rule	sol89	1989	only	-	Jan	6	12:05:50s -0:05:50 -
25Rule	sol89	1989	only	-	Jan	7	12:06:15s -0:06:15 -
26Rule	sol89	1989	only	-	Jan	8	12:06:45s -0:06:45 -
27Rule	sol89	1989	only	-	Jan	9	12:07:10s -0:07:10 -
28Rule	sol89	1989	only	-	Jan	10	12:07:35s -0:07:35 -
29Rule	sol89	1989	only	-	Jan	11	12:07:55s -0:07:55 -
30Rule	sol89	1989	only	-	Jan	12	12:08:20s -0:08:20 -
31Rule	sol89	1989	only	-	Jan	13	12:08:45s -0:08:45 -
32Rule	sol89	1989	only	-	Jan	14	12:09:05s -0:09:05 -
33Rule	sol89	1989	only	-	Jan	15	12:09:25s -0:09:25 -
34Rule	sol89	1989	only	-	Jan	16	12:09:45s -0:09:45 -
35Rule	sol89	1989	only	-	Jan	17	12:10:05s -0:10:05 -
36Rule	sol89	1989	only	-	Jan	18	12:10:25s -0:10:25 -
37Rule	sol89	1989	only	-	Jan	19	12:10:45s -0:10:45 -
38Rule	sol89	1989	only	-	Jan	20	12:11:05s -0:11:05 -
39Rule	sol89	1989	only	-	Jan	21	12:11:20s -0:11:20 -
40Rule	sol89	1989	only	-	Jan	22	12:11:35s -0:11:35 -
41Rule	sol89	1989	only	-	Jan	23	12:11:55s -0:11:55 -
42Rule	sol89	1989	only	-	Jan	24	12:12:10s -0:12:10 -
43Rule	sol89	1989	only	-	Jan	25	12:12:20s -0:12:20 -
44Rule	sol89	1989	only	-	Jan	26	12:12:35s -0:12:35 -
45Rule	sol89	1989	only	-	Jan	27	12:12:50s -0:12:50 -
46Rule	sol89	1989	only	-	Jan	28	12:13:00s -0:13:00 -
47Rule	sol89	1989	only	-	Jan	29	12:13:10s -0:13:10 -
48Rule	sol89	1989	only	-	Jan	30	12:13:20s -0:13:20 -
49Rule	sol89	1989	only	-	Jan	31	12:13:30s -0:13:30 -
50Rule	sol89	1989	only	-	Feb	1	12:13:40s -0:13:40 -
51Rule	sol89	1989	only	-	Feb	2	12:13:45s -0:13:45 -
52Rule	sol89	1989	only	-	Feb	3	12:13:55s -0:13:55 -
53Rule	sol89	1989	only	-	Feb	4	12:14:00s -0:14:00 -
54Rule	sol89	1989	only	-	Feb	5	12:14:05s -0:14:05 -
55Rule	sol89	1989	only	-	Feb	6	12:14:10s -0:14:10 -
56Rule	sol89	1989	only	-	Feb	7	12:14:10s -0:14:10 -
57Rule	sol89	1989	only	-	Feb	8	12:14:15s -0:14:15 -
58Rule	sol89	1989	only	-	Feb	9	12:14:15s -0:14:15 -
59Rule	sol89	1989	only	-	Feb	10	12:14:20s -0:14:20 -
60Rule	sol89	1989	only	-	Feb	11	12:14:20s -0:14:20 -
61Rule	sol89	1989	only	-	Feb	12	12:14:20s -0:14:20 -
62Rule	sol89	1989	only	-	Feb	13	12:14:15s -0:14:15 -
63Rule	sol89	1989	only	-	Feb	14	12:14:15s -0:14:15 -
64Rule	sol89	1989	only	-	Feb	15	12:14:10s -0:14:10 -
65Rule	sol89	1989	only	-	Feb	16	12:14:10s -0:14:10 -
66Rule	sol89	1989	only	-	Feb	17	12:14:05s -0:14:05 -
67Rule	sol89	1989	only	-	Feb	18	12:14:00s -0:14:00 -
68Rule	sol89	1989	only	-	Feb	19	12:13:55s -0:13:55 -
69Rule	sol89	1989	only	-	Feb	20	12:13:50s -0:13:50 -
70Rule	sol89	1989	only	-	Feb	21	12:13:40s -0:13:40 -
71Rule	sol89	1989	only	-	Feb	22	12:13:35s -0:13:35 -
72Rule	sol89	1989	only	-	Feb	23	12:13:25s -0:13:25 -
73Rule	sol89	1989	only	-	Feb	24	12:13:15s -0:13:15 -
74Rule	sol89	1989	only	-	Feb	25	12:13:05s -0:13:05 -
75Rule	sol89	1989	only	-	Feb	26	12:12:55s -0:12:55 -
76Rule	sol89	1989	only	-	Feb	27	12:12:45s -0:12:45 -
77Rule	sol89	1989	only	-	Feb	28	12:12:35s -0:12:35 -
78Rule	sol89	1989	only	-	Mar	1	12:12:25s -0:12:25 -
79Rule	sol89	1989	only	-	Mar	2	12:12:10s -0:12:10 -
80Rule	sol89	1989	only	-	Mar	3	12:12:00s -0:12:00 -
81Rule	sol89	1989	only	-	Mar	4	12:11:45s -0:11:45 -
82Rule	sol89	1989	only	-	Mar	5	12:11:35s -0:11:35 -
83Rule	sol89	1989	only	-	Mar	6	12:11:20s -0:11:20 -
84Rule	sol89	1989	only	-	Mar	7	12:11:05s -0:11:05 -
85Rule	sol89	1989	only	-	Mar	8	12:10:50s -0:10:50 -
86Rule	sol89	1989	only	-	Mar	9	12:10:35s -0:10:35 -
87Rule	sol89	1989	only	-	Mar	10	12:10:20s -0:10:20 -
88Rule	sol89	1989	only	-	Mar	11	12:10:05s -0:10:05 -
89Rule	sol89	1989	only	-	Mar	12	12:09:50s -0:09:50 -
90Rule	sol89	1989	only	-	Mar	13	12:09:30s -0:09:30 -
91Rule	sol89	1989	only	-	Mar	14	12:09:15s -0:09:15 -
92Rule	sol89	1989	only	-	Mar	15	12:09:00s -0:09:00 -
93Rule	sol89	1989	only	-	Mar	16	12:08:40s -0:08:40 -
94Rule	sol89	1989	only	-	Mar	17	12:08:25s -0:08:25 -
95Rule	sol89	1989	only	-	Mar	18	12:08:05s -0:08:05 -
96Rule	sol89	1989	only	-	Mar	19	12:07:50s -0:07:50 -
97Rule	sol89	1989	only	-	Mar	20	12:07:30s -0:07:30 -
98Rule	sol89	1989	only	-	Mar	21	12:07:15s -0:07:15 -
99Rule	sol89	1989	only	-	Mar	22	12:06:55s -0:06:55 -
100Rule	sol89	1989	only	-	Mar	23	12:06:35s -0:06:35 -
101Rule	sol89	1989	only	-	Mar	24	12:06:20s -0:06:20 -
102Rule	sol89	1989	only	-	Mar	25	12:06:00s -0:06:00 -
103Rule	sol89	1989	only	-	Mar	26	12:05:40s -0:05:40 -
104Rule	sol89	1989	only	-	Mar	27	12:05:25s -0:05:25 -
105Rule	sol89	1989	only	-	Mar	28	12:05:05s -0:05:05 -
106Rule	sol89	1989	only	-	Mar	29	12:04:50s -0:04:50 -
107Rule	sol89	1989	only	-	Mar	30	12:04:30s -0:04:30 -
108Rule	sol89	1989	only	-	Mar	31	12:04:10s -0:04:10 -
109Rule	sol89	1989	only	-	Apr	1	12:03:55s -0:03:55 -
110Rule	sol89	1989	only	-	Apr	2	12:03:35s -0:03:35 -
111Rule	sol89	1989	only	-	Apr	3	12:03:20s -0:03:20 -
112Rule	sol89	1989	only	-	Apr	4	12:03:00s -0:03:00 -
113Rule	sol89	1989	only	-	Apr	5	12:02:45s -0:02:45 -
114Rule	sol89	1989	only	-	Apr	6	12:02:25s -0:02:25 -
115Rule	sol89	1989	only	-	Apr	7	12:02:10s -0:02:10 -
116Rule	sol89	1989	only	-	Apr	8	12:01:50s -0:01:50 -
117Rule	sol89	1989	only	-	Apr	9	12:01:35s -0:01:35 -
118Rule	sol89	1989	only	-	Apr	10	12:01:20s -0:01:20 -
119Rule	sol89	1989	only	-	Apr	11	12:01:05s -0:01:05 -
120Rule	sol89	1989	only	-	Apr	12	12:00:50s -0:00:50 -
121Rule	sol89	1989	only	-	Apr	13	12:00:35s -0:00:35 -
122Rule	sol89	1989	only	-	Apr	14	12:00:20s -0:00:20 -
123Rule	sol89	1989	only	-	Apr	15	12:00:05s -0:00:05 -
124Rule	sol89	1989	only	-	Apr	16	11:59:50s 0:00:10 -
125Rule	sol89	1989	only	-	Apr	17	11:59:35s 0:00:25 -
126Rule	sol89	1989	only	-	Apr	18	11:59:20s 0:00:40 -
127Rule	sol89	1989	only	-	Apr	19	11:59:10s 0:00:50 -
128Rule	sol89	1989	only	-	Apr	20	11:58:55s 0:01:05 -
129Rule	sol89	1989	only	-	Apr	21	11:58:45s 0:01:15 -
130Rule	sol89	1989	only	-	Apr	22	11:58:30s 0:01:30 -
131Rule	sol89	1989	only	-	Apr	23	11:58:20s 0:01:40 -
132Rule	sol89	1989	only	-	Apr	24	11:58:10s 0:01:50 -
133Rule	sol89	1989	only	-	Apr	25	11:58:00s 0:02:00 -
134Rule	sol89	1989	only	-	Apr	26	11:57:50s 0:02:10 -
135Rule	sol89	1989	only	-	Apr	27	11:57:40s 0:02:20 -
136Rule	sol89	1989	only	-	Apr	28	11:57:30s 0:02:30 -
137Rule	sol89	1989	only	-	Apr	29	11:57:20s 0:02:40 -
138Rule	sol89	1989	only	-	Apr	30	11:57:15s 0:02:45 -
139Rule	sol89	1989	only	-	May	1	11:57:05s 0:02:55 -
140Rule	sol89	1989	only	-	May	2	11:57:00s 0:03:00 -
141Rule	sol89	1989	only	-	May	3	11:56:50s 0:03:10 -
142Rule	sol89	1989	only	-	May	4	11:56:45s 0:03:15 -
143Rule	sol89	1989	only	-	May	5	11:56:40s 0:03:20 -
144Rule	sol89	1989	only	-	May	6	11:56:35s 0:03:25 -
145Rule	sol89	1989	only	-	May	7	11:56:30s 0:03:30 -
146Rule	sol89	1989	only	-	May	8	11:56:30s 0:03:30 -
147Rule	sol89	1989	only	-	May	9	11:56:25s 0:03:35 -
148Rule	sol89	1989	only	-	May	10	11:56:25s 0:03:35 -
149Rule	sol89	1989	only	-	May	11	11:56:20s 0:03:40 -
150Rule	sol89	1989	only	-	May	12	11:56:20s 0:03:40 -
151Rule	sol89	1989	only	-	May	13	11:56:20s 0:03:40 -
152Rule	sol89	1989	only	-	May	14	11:56:20s 0:03:40 -
153Rule	sol89	1989	only	-	May	15	11:56:20s 0:03:40 -
154Rule	sol89	1989	only	-	May	16	11:56:20s 0:03:40 -
155Rule	sol89	1989	only	-	May	17	11:56:20s 0:03:40 -
156Rule	sol89	1989	only	-	May	18	11:56:25s 0:03:35 -
157Rule	sol89	1989	only	-	May	19	11:56:25s 0:03:35 -
158Rule	sol89	1989	only	-	May	20	11:56:30s 0:03:30 -
159Rule	sol89	1989	only	-	May	21	11:56:35s 0:03:25 -
160Rule	sol89	1989	only	-	May	22	11:56:35s 0:03:25 -
161Rule	sol89	1989	only	-	May	23	11:56:40s 0:03:20 -
162Rule	sol89	1989	only	-	May	24	11:56:45s 0:03:15 -
163Rule	sol89	1989	only	-	May	25	11:56:55s 0:03:05 -
164Rule	sol89	1989	only	-	May	26	11:57:00s 0:03:00 -
165Rule	sol89	1989	only	-	May	27	11:57:05s 0:02:55 -
166Rule	sol89	1989	only	-	May	28	11:57:15s 0:02:45 -
167Rule	sol89	1989	only	-	May	29	11:57:20s 0:02:40 -
168Rule	sol89	1989	only	-	May	30	11:57:30s 0:02:30 -
169Rule	sol89	1989	only	-	May	31	11:57:35s 0:02:25 -
170Rule	sol89	1989	only	-	Jun	1	11:57:45s 0:02:15 -
171Rule	sol89	1989	only	-	Jun	2	11:57:55s 0:02:05 -
172Rule	sol89	1989	only	-	Jun	3	11:58:05s 0:01:55 -
173Rule	sol89	1989	only	-	Jun	4	11:58:15s 0:01:45 -
174Rule	sol89	1989	only	-	Jun	5	11:58:25s 0:01:35 -
175Rule	sol89	1989	only	-	Jun	6	11:58:35s 0:01:25 -
176Rule	sol89	1989	only	-	Jun	7	11:58:45s 0:01:15 -
177Rule	sol89	1989	only	-	Jun	8	11:59:00s 0:01:00 -
178Rule	sol89	1989	only	-	Jun	9	11:59:10s 0:00:50 -
179Rule	sol89	1989	only	-	Jun	10	11:59:20s 0:00:40 -
180Rule	sol89	1989	only	-	Jun	11	11:59:35s 0:00:25 -
181Rule	sol89	1989	only	-	Jun	12	11:59:45s 0:00:15 -
182Rule	sol89	1989	only	-	Jun	13	12:00:00s 0:00:00 -
183Rule	sol89	1989	only	-	Jun	14	12:00:10s -0:00:10 -
184Rule	sol89	1989	only	-	Jun	15	12:00:25s -0:00:25 -
185Rule	sol89	1989	only	-	Jun	16	12:00:35s -0:00:35 -
186Rule	sol89	1989	only	-	Jun	17	12:00:50s -0:00:50 -
187Rule	sol89	1989	only	-	Jun	18	12:01:05s -0:01:05 -
188Rule	sol89	1989	only	-	Jun	19	12:01:15s -0:01:15 -
189Rule	sol89	1989	only	-	Jun	20	12:01:30s -0:01:30 -
190Rule	sol89	1989	only	-	Jun	21	12:01:40s -0:01:40 -
191Rule	sol89	1989	only	-	Jun	22	12:01:55s -0:01:55 -
192Rule	sol89	1989	only	-	Jun	23	12:02:10s -0:02:10 -
193Rule	sol89	1989	only	-	Jun	24	12:02:20s -0:02:20 -
194Rule	sol89	1989	only	-	Jun	25	12:02:35s -0:02:35 -
195Rule	sol89	1989	only	-	Jun	26	12:02:45s -0:02:45 -
196Rule	sol89	1989	only	-	Jun	27	12:03:00s -0:03:00 -
197Rule	sol89	1989	only	-	Jun	28	12:03:10s -0:03:10 -
198Rule	sol89	1989	only	-	Jun	29	12:03:25s -0:03:25 -
199Rule	sol89	1989	only	-	Jun	30	12:03:35s -0:03:35 -
200Rule	sol89	1989	only	-	Jul	1	12:03:45s -0:03:45 -
201Rule	sol89	1989	only	-	Jul	2	12:04:00s -0:04:00 -
202Rule	sol89	1989	only	-	Jul	3	12:04:10s -0:04:10 -
203Rule	sol89	1989	only	-	Jul	4	12:04:20s -0:04:20 -
204Rule	sol89	1989	only	-	Jul	5	12:04:30s -0:04:30 -
205Rule	sol89	1989	only	-	Jul	6	12:04:40s -0:04:40 -
206Rule	sol89	1989	only	-	Jul	7	12:04:50s -0:04:50 -
207Rule	sol89	1989	only	-	Jul	8	12:05:00s -0:05:00 -
208Rule	sol89	1989	only	-	Jul	9	12:05:10s -0:05:10 -
209Rule	sol89	1989	only	-	Jul	10	12:05:20s -0:05:20 -
210Rule	sol89	1989	only	-	Jul	11	12:05:25s -0:05:25 -
211Rule	sol89	1989	only	-	Jul	12	12:05:35s -0:05:35 -
212Rule	sol89	1989	only	-	Jul	13	12:05:40s -0:05:40 -
213Rule	sol89	1989	only	-	Jul	14	12:05:50s -0:05:50 -
214Rule	sol89	1989	only	-	Jul	15	12:05:55s -0:05:55 -
215Rule	sol89	1989	only	-	Jul	16	12:06:00s -0:06:00 -
216Rule	sol89	1989	only	-	Jul	17	12:06:05s -0:06:05 -
217Rule	sol89	1989	only	-	Jul	18	12:06:10s -0:06:10 -
218Rule	sol89	1989	only	-	Jul	19	12:06:15s -0:06:15 -
219Rule	sol89	1989	only	-	Jul	20	12:06:20s -0:06:20 -
220Rule	sol89	1989	only	-	Jul	21	12:06:20s -0:06:20 -
221Rule	sol89	1989	only	-	Jul	22	12:06:25s -0:06:25 -
222Rule	sol89	1989	only	-	Jul	23	12:06:25s -0:06:25 -
223Rule	sol89	1989	only	-	Jul	24	12:06:30s -0:06:30 -
224Rule	sol89	1989	only	-	Jul	25	12:06:30s -0:06:30 -
225Rule	sol89	1989	only	-	Jul	26	12:06:30s -0:06:30 -
226Rule	sol89	1989	only	-	Jul	27	12:06:30s -0:06:30 -
227Rule	sol89	1989	only	-	Jul	28	12:06:30s -0:06:30 -
228Rule	sol89	1989	only	-	Jul	29	12:06:25s -0:06:25 -
229Rule	sol89	1989	only	-	Jul	30	12:06:25s -0:06:25 -
230Rule	sol89	1989	only	-	Jul	31	12:06:20s -0:06:20 -
231Rule	sol89	1989	only	-	Aug	1	12:06:20s -0:06:20 -
232Rule	sol89	1989	only	-	Aug	2	12:06:15s -0:06:15 -
233Rule	sol89	1989	only	-	Aug	3	12:06:10s -0:06:10 -
234Rule	sol89	1989	only	-	Aug	4	12:06:05s -0:06:05 -
235Rule	sol89	1989	only	-	Aug	5	12:06:00s -0:06:00 -
236Rule	sol89	1989	only	-	Aug	6	12:05:50s -0:05:50 -
237Rule	sol89	1989	only	-	Aug	7	12:05:45s -0:05:45 -
238Rule	sol89	1989	only	-	Aug	8	12:05:35s -0:05:35 -
239Rule	sol89	1989	only	-	Aug	9	12:05:30s -0:05:30 -
240Rule	sol89	1989	only	-	Aug	10	12:05:20s -0:05:20 -
241Rule	sol89	1989	only	-	Aug	11	12:05:10s -0:05:10 -
242Rule	sol89	1989	only	-	Aug	12	12:05:00s -0:05:00 -
243Rule	sol89	1989	only	-	Aug	13	12:04:50s -0:04:50 -
244Rule	sol89	1989	only	-	Aug	14	12:04:40s -0:04:40 -
245Rule	sol89	1989	only	-	Aug	15	12:04:30s -0:04:30 -
246Rule	sol89	1989	only	-	Aug	16	12:04:15s -0:04:15 -
247Rule	sol89	1989	only	-	Aug	17	12:04:05s -0:04:05 -
248Rule	sol89	1989	only	-	Aug	18	12:03:50s -0:03:50 -
249Rule	sol89	1989	only	-	Aug	19	12:03:35s -0:03:35 -
250Rule	sol89	1989	only	-	Aug	20	12:03:25s -0:03:25 -
251Rule	sol89	1989	only	-	Aug	21	12:03:10s -0:03:10 -
252Rule	sol89	1989	only	-	Aug	22	12:02:55s -0:02:55 -
253Rule	sol89	1989	only	-	Aug	23	12:02:40s -0:02:40 -
254Rule	sol89	1989	only	-	Aug	24	12:02:20s -0:02:20 -
255Rule	sol89	1989	only	-	Aug	25	12:02:05s -0:02:05 -
256Rule	sol89	1989	only	-	Aug	26	12:01:50s -0:01:50 -
257Rule	sol89	1989	only	-	Aug	27	12:01:30s -0:01:30 -
258Rule	sol89	1989	only	-	Aug	28	12:01:15s -0:01:15 -
259Rule	sol89	1989	only	-	Aug	29	12:00:55s -0:00:55 -
260Rule	sol89	1989	only	-	Aug	30	12:00:40s -0:00:40 -
261Rule	sol89	1989	only	-	Aug	31	12:00:20s -0:00:20 -
262Rule	sol89	1989	only	-	Sep	1	12:00:00s 0:00:00 -
263Rule	sol89	1989	only	-	Sep	2	11:59:45s 0:00:15 -
264Rule	sol89	1989	only	-	Sep	3	11:59:25s 0:00:35 -
265Rule	sol89	1989	only	-	Sep	4	11:59:05s 0:00:55 -
266Rule	sol89	1989	only	-	Sep	5	11:58:45s 0:01:15 -
267Rule	sol89	1989	only	-	Sep	6	11:58:25s 0:01:35 -
268Rule	sol89	1989	only	-	Sep	7	11:58:05s 0:01:55 -
269Rule	sol89	1989	only	-	Sep	8	11:57:45s 0:02:15 -
270Rule	sol89	1989	only	-	Sep	9	11:57:20s 0:02:40 -
271Rule	sol89	1989	only	-	Sep	10	11:57:00s 0:03:00 -
272Rule	sol89	1989	only	-	Sep	11	11:56:40s 0:03:20 -
273Rule	sol89	1989	only	-	Sep	12	11:56:20s 0:03:40 -
274Rule	sol89	1989	only	-	Sep	13	11:56:00s 0:04:00 -
275Rule	sol89	1989	only	-	Sep	14	11:55:35s 0:04:25 -
276Rule	sol89	1989	only	-	Sep	15	11:55:15s 0:04:45 -
277Rule	sol89	1989	only	-	Sep	16	11:54:55s 0:05:05 -
278Rule	sol89	1989	only	-	Sep	17	11:54:35s 0:05:25 -
279Rule	sol89	1989	only	-	Sep	18	11:54:10s 0:05:50 -
280Rule	sol89	1989	only	-	Sep	19	11:53:50s 0:06:10 -
281Rule	sol89	1989	only	-	Sep	20	11:53:30s 0:06:30 -
282Rule	sol89	1989	only	-	Sep	21	11:53:10s 0:06:50 -
283Rule	sol89	1989	only	-	Sep	22	11:52:45s 0:07:15 -
284Rule	sol89	1989	only	-	Sep	23	11:52:25s 0:07:35 -
285Rule	sol89	1989	only	-	Sep	24	11:52:05s 0:07:55 -
286Rule	sol89	1989	only	-	Sep	25	11:51:45s 0:08:15 -
287Rule	sol89	1989	only	-	Sep	26	11:51:25s 0:08:35 -
288Rule	sol89	1989	only	-	Sep	27	11:51:05s 0:08:55 -
289Rule	sol89	1989	only	-	Sep	28	11:50:40s 0:09:20 -
290Rule	sol89	1989	only	-	Sep	29	11:50:20s 0:09:40 -
291Rule	sol89	1989	only	-	Sep	30	11:50:00s 0:10:00 -
292Rule	sol89	1989	only	-	Oct	1	11:49:45s 0:10:15 -
293Rule	sol89	1989	only	-	Oct	2	11:49:25s 0:10:35 -
294Rule	sol89	1989	only	-	Oct	3	11:49:05s 0:10:55 -
295Rule	sol89	1989	only	-	Oct	4	11:48:45s 0:11:15 -
296Rule	sol89	1989	only	-	Oct	5	11:48:30s 0:11:30 -
297Rule	sol89	1989	only	-	Oct	6	11:48:10s 0:11:50 -
298Rule	sol89	1989	only	-	Oct	7	11:47:50s 0:12:10 -
299Rule	sol89	1989	only	-	Oct	8	11:47:35s 0:12:25 -
300Rule	sol89	1989	only	-	Oct	9	11:47:20s 0:12:40 -
301Rule	sol89	1989	only	-	Oct	10	11:47:00s 0:13:00 -
302Rule	sol89	1989	only	-	Oct	11	11:46:45s 0:13:15 -
303Rule	sol89	1989	only	-	Oct	12	11:46:30s 0:13:30 -
304Rule	sol89	1989	only	-	Oct	13	11:46:15s 0:13:45 -
305Rule	sol89	1989	only	-	Oct	14	11:46:00s 0:14:00 -
306Rule	sol89	1989	only	-	Oct	15	11:45:50s 0:14:10 -
307Rule	sol89	1989	only	-	Oct	16	11:45:35s 0:14:25 -
308Rule	sol89	1989	only	-	Oct	17	11:45:20s 0:14:40 -
309Rule	sol89	1989	only	-	Oct	18	11:45:10s 0:14:50 -
310Rule	sol89	1989	only	-	Oct	19	11:45:00s 0:15:00 -
311Rule	sol89	1989	only	-	Oct	20	11:44:50s 0:15:10 -
312Rule	sol89	1989	only	-	Oct	21	11:44:40s 0:15:20 -
313Rule	sol89	1989	only	-	Oct	22	11:44:30s 0:15:30 -
314Rule	sol89	1989	only	-	Oct	23	11:44:20s 0:15:40 -
315Rule	sol89	1989	only	-	Oct	24	11:44:10s 0:15:50 -
316Rule	sol89	1989	only	-	Oct	25	11:44:05s 0:15:55 -
317Rule	sol89	1989	only	-	Oct	26	11:44:00s 0:16:00 -
318Rule	sol89	1989	only	-	Oct	27	11:43:50s 0:16:10 -
319Rule	sol89	1989	only	-	Oct	28	11:43:45s 0:16:15 -
320Rule	sol89	1989	only	-	Oct	29	11:43:40s 0:16:20 -
321Rule	sol89	1989	only	-	Oct	30	11:43:40s 0:16:20 -
322Rule	sol89	1989	only	-	Oct	31	11:43:35s 0:16:25 -
323Rule	sol89	1989	only	-	Nov	1	11:43:35s 0:16:25 -
324Rule	sol89	1989	only	-	Nov	2	11:43:35s 0:16:25 -
325Rule	sol89	1989	only	-	Nov	3	11:43:30s 0:16:30 -
326Rule	sol89	1989	only	-	Nov	4	11:43:35s 0:16:25 -
327Rule	sol89	1989	only	-	Nov	5	11:43:35s 0:16:25 -
328Rule	sol89	1989	only	-	Nov	6	11:43:35s 0:16:25 -
329Rule	sol89	1989	only	-	Nov	7	11:43:40s 0:16:20 -
330Rule	sol89	1989	only	-	Nov	8	11:43:45s 0:16:15 -
331Rule	sol89	1989	only	-	Nov	9	11:43:50s 0:16:10 -
332Rule	sol89	1989	only	-	Nov	10	11:43:55s 0:16:05 -
333Rule	sol89	1989	only	-	Nov	11	11:44:00s 0:16:00 -
334Rule	sol89	1989	only	-	Nov	12	11:44:05s 0:15:55 -
335Rule	sol89	1989	only	-	Nov	13	11:44:15s 0:15:45 -
336Rule	sol89	1989	only	-	Nov	14	11:44:25s 0:15:35 -
337Rule	sol89	1989	only	-	Nov	15	11:44:35s 0:15:25 -
338Rule	sol89	1989	only	-	Nov	16	11:44:45s 0:15:15 -
339Rule	sol89	1989	only	-	Nov	17	11:44:55s 0:15:05 -
340Rule	sol89	1989	only	-	Nov	18	11:45:10s 0:14:50 -
341Rule	sol89	1989	only	-	Nov	19	11:45:20s 0:14:40 -
342Rule	sol89	1989	only	-	Nov	20	11:45:35s 0:14:25 -
343Rule	sol89	1989	only	-	Nov	21	11:45:50s 0:14:10 -
344Rule	sol89	1989	only	-	Nov	22	11:46:05s 0:13:55 -
345Rule	sol89	1989	only	-	Nov	23	11:46:25s 0:13:35 -
346Rule	sol89	1989	only	-	Nov	24	11:46:40s 0:13:20 -
347Rule	sol89	1989	only	-	Nov	25	11:47:00s 0:13:00 -
348Rule	sol89	1989	only	-	Nov	26	11:47:20s 0:12:40 -
349Rule	sol89	1989	only	-	Nov	27	11:47:35s 0:12:25 -
350Rule	sol89	1989	only	-	Nov	28	11:47:55s 0:12:05 -
351Rule	sol89	1989	only	-	Nov	29	11:48:20s 0:11:40 -
352Rule	sol89	1989	only	-	Nov	30	11:48:40s 0:11:20 -
353Rule	sol89	1989	only	-	Dec	1	11:49:00s 0:11:00 -
354Rule	sol89	1989	only	-	Dec	2	11:49:25s 0:10:35 -
355Rule	sol89	1989	only	-	Dec	3	11:49:50s 0:10:10 -
356Rule	sol89	1989	only	-	Dec	4	11:50:15s 0:09:45 -
357Rule	sol89	1989	only	-	Dec	5	11:50:35s 0:09:25 -
358Rule	sol89	1989	only	-	Dec	6	11:51:00s 0:09:00 -
359Rule	sol89	1989	only	-	Dec	7	11:51:30s 0:08:30 -
360Rule	sol89	1989	only	-	Dec	8	11:51:55s 0:08:05 -
361Rule	sol89	1989	only	-	Dec	9	11:52:20s 0:07:40 -
362Rule	sol89	1989	only	-	Dec	10	11:52:50s 0:07:10 -
363Rule	sol89	1989	only	-	Dec	11	11:53:15s 0:06:45 -
364Rule	sol89	1989	only	-	Dec	12	11:53:45s 0:06:15 -
365Rule	sol89	1989	only	-	Dec	13	11:54:10s 0:05:50 -
366Rule	sol89	1989	only	-	Dec	14	11:54:40s 0:05:20 -
367Rule	sol89	1989	only	-	Dec	15	11:55:10s 0:04:50 -
368Rule	sol89	1989	only	-	Dec	16	11:55:40s 0:04:20 -
369Rule	sol89	1989	only	-	Dec	17	11:56:05s 0:03:55 -
370Rule	sol89	1989	only	-	Dec	18	11:56:35s 0:03:25 -
371Rule	sol89	1989	only	-	Dec	19	11:57:05s 0:02:55 -
372Rule	sol89	1989	only	-	Dec	20	11:57:35s 0:02:25 -
373Rule	sol89	1989	only	-	Dec	21	11:58:05s 0:01:55 -
374Rule	sol89	1989	only	-	Dec	22	11:58:35s 0:01:25 -
375Rule	sol89	1989	only	-	Dec	23	11:59:05s 0:00:55 -
376Rule	sol89	1989	only	-	Dec	24	11:59:35s 0:00:25 -
377Rule	sol89	1989	only	-	Dec	25	12:00:05s -0:00:05 -
378Rule	sol89	1989	only	-	Dec	26	12:00:35s -0:00:35 -
379Rule	sol89	1989	only	-	Dec	27	12:01:05s -0:01:05 -
380Rule	sol89	1989	only	-	Dec	28	12:01:35s -0:01:35 -
381Rule	sol89	1989	only	-	Dec	29	12:02:00s -0:02:00 -
382Rule	sol89	1989	only	-	Dec	30	12:02:30s -0:02:30 -
383Rule	sol89	1989	only	-	Dec	31	12:03:00s -0:03:00 -
384
385# Riyadh is at about 46 degrees 46 minutes East:  3 hrs, 7 mins, 4 secs
386# Before and after 1989, we'll operate on local mean solar time.
387
388# Zone	NAME			GMTOFF	RULES/SAVE	FORMAT	[UNTIL]
389Zone	Mideast/Riyadh89	3:07:04	-		??	1989
390				3:07:04	sol89		??	1990
391				3:07:04	-		??
392