tZONE            2257 source3/modules/getdate.c   { "GMT",	tZONE,     HOUR ( 0) },	/* Greenwich Mean */
tZONE            2258 source3/modules/getdate.c   { "UT",	tZONE,     HOUR ( 0) },	/* Universal (Coordinated) */
tZONE            2259 source3/modules/getdate.c   { "UTC",	tZONE,     HOUR ( 0) },
tZONE            2260 source3/modules/getdate.c   { "WET",	tZONE,     HOUR ( 0) },	/* Western European */
tZONE            2263 source3/modules/getdate.c   { "ART",	tZONE,	  -HOUR ( 3) },	/* Argentina */
tZONE            2264 source3/modules/getdate.c   { "BRT",	tZONE,	  -HOUR ( 3) },	/* Brazil */
tZONE            2266 source3/modules/getdate.c   { "NST",	tZONE,	 -(HOUR ( 3) + 30) },	/* Newfoundland Standard */
tZONE            2268 source3/modules/getdate.c   { "AST",	tZONE,    -HOUR ( 4) },	/* Atlantic Standard */
tZONE            2270 source3/modules/getdate.c   { "CLT",	tZONE,    -HOUR ( 4) },	/* Chile */
tZONE            2272 source3/modules/getdate.c   { "EST",	tZONE,    -HOUR ( 5) },	/* Eastern Standard */
tZONE            2274 source3/modules/getdate.c   { "CST",	tZONE,    -HOUR ( 6) },	/* Central Standard */
tZONE            2276 source3/modules/getdate.c   { "MST",	tZONE,    -HOUR ( 7) },	/* Mountain Standard */
tZONE            2278 source3/modules/getdate.c   { "PST",	tZONE,    -HOUR ( 8) },	/* Pacific Standard */
tZONE            2280 source3/modules/getdate.c   { "AKST",	tZONE,    -HOUR ( 9) },	/* Alaska Standard */
tZONE            2282 source3/modules/getdate.c   { "HST",	tZONE,    -HOUR (10) },	/* Hawaii Standard */
tZONE            2283 source3/modules/getdate.c   { "HAST",	tZONE,	  -HOUR (10) },	/* Hawaii-Aleutian Standard */
tZONE            2285 source3/modules/getdate.c   { "SST",	tZONE,    -HOUR (12) },	/* Samoa Standard */
tZONE            2286 source3/modules/getdate.c   { "WAT",	tZONE,     HOUR ( 1) },	/* West Africa */
tZONE            2287 source3/modules/getdate.c   { "CET",	tZONE,     HOUR ( 1) },	/* Central European */
tZONE            2289 source3/modules/getdate.c   { "MET",	tZONE,     HOUR ( 1) },	/* Middle European */
tZONE            2290 source3/modules/getdate.c   { "MEZ",	tZONE,     HOUR ( 1) },	/* Middle European */
tZONE            2293 source3/modules/getdate.c   { "EET",	tZONE,     HOUR ( 2) },	/* Eastern European */
tZONE            2295 source3/modules/getdate.c   { "CAT",	tZONE,	   HOUR ( 2) },	/* Central Africa */
tZONE            2296 source3/modules/getdate.c   { "SAST",	tZONE,	   HOUR ( 2) },	/* South Africa Standard */
tZONE            2297 source3/modules/getdate.c   { "EAT",	tZONE,	   HOUR ( 3) },	/* East Africa */
tZONE            2298 source3/modules/getdate.c   { "MSK",	tZONE,	   HOUR ( 3) },	/* Moscow */
tZONE            2300 source3/modules/getdate.c   { "IST",	tZONE,	  (HOUR ( 5) + 30) },	/* India Standard */
tZONE            2301 source3/modules/getdate.c   { "SGT",	tZONE,     HOUR ( 8) },	/* Singapore */
tZONE            2302 source3/modules/getdate.c   { "KST",	tZONE,     HOUR ( 9) },	/* Korea Standard */
tZONE            2303 source3/modules/getdate.c   { "JST",	tZONE,     HOUR ( 9) },	/* Japan Standard */
tZONE            2304 source3/modules/getdate.c   { "GST",	tZONE,     HOUR (10) },	/* Guam Standard */
tZONE            2305 source3/modules/getdate.c   { "NZST",	tZONE,     HOUR (12) },	/* New Zealand Standard */
tZONE            2313 source3/modules/getdate.c   { "A", tZONE,	-HOUR ( 1) },
tZONE            2314 source3/modules/getdate.c   { "B", tZONE,	-HOUR ( 2) },
tZONE            2315 source3/modules/getdate.c   { "C", tZONE,	-HOUR ( 3) },
tZONE            2316 source3/modules/getdate.c   { "D", tZONE,	-HOUR ( 4) },
tZONE            2317 source3/modules/getdate.c   { "E", tZONE,	-HOUR ( 5) },
tZONE            2318 source3/modules/getdate.c   { "F", tZONE,	-HOUR ( 6) },
tZONE            2319 source3/modules/getdate.c   { "G", tZONE,	-HOUR ( 7) },
tZONE            2320 source3/modules/getdate.c   { "H", tZONE,	-HOUR ( 8) },
tZONE            2321 source3/modules/getdate.c   { "I", tZONE,	-HOUR ( 9) },
tZONE            2322 source3/modules/getdate.c   { "K", tZONE,	-HOUR (10) },
tZONE            2323 source3/modules/getdate.c   { "L", tZONE,	-HOUR (11) },
tZONE            2324 source3/modules/getdate.c   { "M", tZONE,	-HOUR (12) },
tZONE            2325 source3/modules/getdate.c   { "N", tZONE,	 HOUR ( 1) },
tZONE            2326 source3/modules/getdate.c   { "O", tZONE,	 HOUR ( 2) },
tZONE            2327 source3/modules/getdate.c   { "P", tZONE,	 HOUR ( 3) },
tZONE            2328 source3/modules/getdate.c   { "Q", tZONE,	 HOUR ( 4) },
tZONE            2329 source3/modules/getdate.c   { "R", tZONE,	 HOUR ( 5) },
tZONE            2330 source3/modules/getdate.c   { "S", tZONE,	 HOUR ( 6) },
tZONE            2331 source3/modules/getdate.c   { "T", tZONE,	 HOUR ( 7) },
tZONE            2332 source3/modules/getdate.c   { "U", tZONE,	 HOUR ( 8) },
tZONE            2333 source3/modules/getdate.c   { "V", tZONE,	 HOUR ( 9) },
tZONE            2334 source3/modules/getdate.c   { "W", tZONE,	 HOUR (10) },
tZONE            2335 source3/modules/getdate.c   { "X", tZONE,	 HOUR (11) },
tZONE            2336 source3/modules/getdate.c   { "Y", tZONE,	 HOUR (12) },
tZONE            2337 source3/modules/getdate.c   { "Z", tZONE,	 HOUR ( 0) },
tZONE             184 source3/modules/getdate.y %token <intval> tMINUTE_UNIT tMONTH tMONTH_UNIT tSEC_UNIT tYEAR_UNIT tZONE
tZONE             262 source3/modules/getdate.y     tZONE
tZONE             266 source3/modules/getdate.y   | tZONE tDST
tZONE             556 source3/modules/getdate.y   { "GMT",	tZONE,     HOUR ( 0) },	/* Greenwich Mean */
tZONE             557 source3/modules/getdate.y   { "UT",	tZONE,     HOUR ( 0) },	/* Universal (Coordinated) */
tZONE             558 source3/modules/getdate.y   { "UTC",	tZONE,     HOUR ( 0) },
tZONE             559 source3/modules/getdate.y   { "WET",	tZONE,     HOUR ( 0) },	/* Western European */
tZONE             562 source3/modules/getdate.y   { "ART",	tZONE,	  -HOUR ( 3) },	/* Argentina */
tZONE             563 source3/modules/getdate.y   { "BRT",	tZONE,	  -HOUR ( 3) },	/* Brazil */
tZONE             565 source3/modules/getdate.y   { "NST",	tZONE,	 -(HOUR ( 3) + 30) },	/* Newfoundland Standard */
tZONE             567 source3/modules/getdate.y   { "AST",	tZONE,    -HOUR ( 4) },	/* Atlantic Standard */
tZONE             569 source3/modules/getdate.y   { "CLT",	tZONE,    -HOUR ( 4) },	/* Chile */
tZONE             571 source3/modules/getdate.y   { "EST",	tZONE,    -HOUR ( 5) },	/* Eastern Standard */
tZONE             573 source3/modules/getdate.y   { "CST",	tZONE,    -HOUR ( 6) },	/* Central Standard */
tZONE             575 source3/modules/getdate.y   { "MST",	tZONE,    -HOUR ( 7) },	/* Mountain Standard */
tZONE             577 source3/modules/getdate.y   { "PST",	tZONE,    -HOUR ( 8) },	/* Pacific Standard */
tZONE             579 source3/modules/getdate.y   { "AKST",	tZONE,    -HOUR ( 9) },	/* Alaska Standard */
tZONE             581 source3/modules/getdate.y   { "HST",	tZONE,    -HOUR (10) },	/* Hawaii Standard */
tZONE             582 source3/modules/getdate.y   { "HAST",	tZONE,	  -HOUR (10) },	/* Hawaii-Aleutian Standard */
tZONE             584 source3/modules/getdate.y   { "SST",	tZONE,    -HOUR (12) },	/* Samoa Standard */
tZONE             585 source3/modules/getdate.y   { "WAT",	tZONE,     HOUR ( 1) },	/* West Africa */
tZONE             586 source3/modules/getdate.y   { "CET",	tZONE,     HOUR ( 1) },	/* Central European */
tZONE             588 source3/modules/getdate.y   { "MET",	tZONE,     HOUR ( 1) },	/* Middle European */
tZONE             589 source3/modules/getdate.y   { "MEZ",	tZONE,     HOUR ( 1) },	/* Middle European */
tZONE             592 source3/modules/getdate.y   { "EET",	tZONE,     HOUR ( 2) },	/* Eastern European */
tZONE             594 source3/modules/getdate.y   { "CAT",	tZONE,	   HOUR ( 2) },	/* Central Africa */
tZONE             595 source3/modules/getdate.y   { "SAST",	tZONE,	   HOUR ( 2) },	/* South Africa Standard */
tZONE             596 source3/modules/getdate.y   { "EAT",	tZONE,	   HOUR ( 3) },	/* East Africa */
tZONE             597 source3/modules/getdate.y   { "MSK",	tZONE,	   HOUR ( 3) },	/* Moscow */
tZONE             599 source3/modules/getdate.y   { "IST",	tZONE,	  (HOUR ( 5) + 30) },	/* India Standard */
tZONE             600 source3/modules/getdate.y   { "SGT",	tZONE,     HOUR ( 8) },	/* Singapore */
tZONE             601 source3/modules/getdate.y   { "KST",	tZONE,     HOUR ( 9) },	/* Korea Standard */
tZONE             602 source3/modules/getdate.y   { "JST",	tZONE,     HOUR ( 9) },	/* Japan Standard */
tZONE             603 source3/modules/getdate.y   { "GST",	tZONE,     HOUR (10) },	/* Guam Standard */
tZONE             604 source3/modules/getdate.y   { "NZST",	tZONE,     HOUR (12) },	/* New Zealand Standard */
tZONE             612 source3/modules/getdate.y   { "A", tZONE,	-HOUR ( 1) },
tZONE             613 source3/modules/getdate.y   { "B", tZONE,	-HOUR ( 2) },
tZONE             614 source3/modules/getdate.y   { "C", tZONE,	-HOUR ( 3) },
tZONE             615 source3/modules/getdate.y   { "D", tZONE,	-HOUR ( 4) },
tZONE             616 source3/modules/getdate.y   { "E", tZONE,	-HOUR ( 5) },
tZONE             617 source3/modules/getdate.y   { "F", tZONE,	-HOUR ( 6) },
tZONE             618 source3/modules/getdate.y   { "G", tZONE,	-HOUR ( 7) },
tZONE             619 source3/modules/getdate.y   { "H", tZONE,	-HOUR ( 8) },
tZONE             620 source3/modules/getdate.y   { "I", tZONE,	-HOUR ( 9) },
tZONE             621 source3/modules/getdate.y   { "K", tZONE,	-HOUR (10) },
tZONE             622 source3/modules/getdate.y   { "L", tZONE,	-HOUR (11) },
tZONE             623 source3/modules/getdate.y   { "M", tZONE,	-HOUR (12) },
tZONE             624 source3/modules/getdate.y   { "N", tZONE,	 HOUR ( 1) },
tZONE             625 source3/modules/getdate.y   { "O", tZONE,	 HOUR ( 2) },
tZONE             626 source3/modules/getdate.y   { "P", tZONE,	 HOUR ( 3) },
tZONE             627 source3/modules/getdate.y   { "Q", tZONE,	 HOUR ( 4) },
tZONE             628 source3/modules/getdate.y   { "R", tZONE,	 HOUR ( 5) },
tZONE             629 source3/modules/getdate.y   { "S", tZONE,	 HOUR ( 6) },
tZONE             630 source3/modules/getdate.y   { "T", tZONE,	 HOUR ( 7) },
tZONE             631 source3/modules/getdate.y   { "U", tZONE,	 HOUR ( 8) },
tZONE             632 source3/modules/getdate.y   { "V", tZONE,	 HOUR ( 9) },
tZONE             633 source3/modules/getdate.y   { "W", tZONE,	 HOUR (10) },
tZONE             634 source3/modules/getdate.y   { "X", tZONE,	 HOUR (11) },
tZONE             635 source3/modules/getdate.y   { "Y", tZONE,	 HOUR (12) },
tZONE             636 source3/modules/getdate.y   { "Z", tZONE,	 HOUR ( 0) },