tDAYZONE         2261 source3/modules/getdate.c   { "WEST",	tDAYZONE,  HOUR ( 0) },	/* Western European Summer */
tDAYZONE         2262 source3/modules/getdate.c   { "BST",	tDAYZONE,  HOUR ( 0) },	/* British Summer */
tDAYZONE         2265 source3/modules/getdate.c   { "BRST",	tDAYZONE, -HOUR ( 3) },	/* Brazil Summer */
tDAYZONE         2267 source3/modules/getdate.c   { "NDT",	tDAYZONE,-(HOUR ( 3) + 30) },	/* Newfoundland Daylight */
tDAYZONE         2269 source3/modules/getdate.c   { "ADT",	tDAYZONE, -HOUR ( 4) },	/* Atlantic Daylight */
tDAYZONE         2271 source3/modules/getdate.c   { "CLST",	tDAYZONE, -HOUR ( 4) },	/* Chile Summer */
tDAYZONE         2273 source3/modules/getdate.c   { "EDT",	tDAYZONE, -HOUR ( 5) },	/* Eastern Daylight */
tDAYZONE         2275 source3/modules/getdate.c   { "CDT",	tDAYZONE, -HOUR ( 6) },	/* Central Daylight */
tDAYZONE         2277 source3/modules/getdate.c   { "MDT",	tDAYZONE, -HOUR ( 7) },	/* Mountain Daylight */
tDAYZONE         2279 source3/modules/getdate.c   { "PDT",	tDAYZONE, -HOUR ( 8) },	/* Pacific Daylight */
tDAYZONE         2281 source3/modules/getdate.c   { "AKDT",	tDAYZONE, -HOUR ( 9) },	/* Alaska Daylight */
tDAYZONE         2284 source3/modules/getdate.c   { "HADT",	tDAYZONE, -HOUR (10) },	/* Hawaii-Aleutian Daylight */
tDAYZONE         2288 source3/modules/getdate.c   { "CEST",	tDAYZONE,  HOUR ( 1) },	/* Central European Summer */
tDAYZONE         2291 source3/modules/getdate.c   { "MEST",	tDAYZONE,  HOUR ( 1) },	/* Middle European Summer */
tDAYZONE         2292 source3/modules/getdate.c   { "MESZ",	tDAYZONE,  HOUR ( 1) },	/* Middle European Summer */
tDAYZONE         2294 source3/modules/getdate.c   { "EEST",	tDAYZONE,  HOUR ( 2) },	/* Eastern European Summer */
tDAYZONE         2299 source3/modules/getdate.c   { "MSD",	tDAYZONE,  HOUR ( 3) },	/* Moscow Daylight */
tDAYZONE         2306 source3/modules/getdate.c   { "NZDT",	tDAYZONE,  HOUR (12) },	/* New Zealand Daylight */
tDAYZONE          183 source3/modules/getdate.y %token <intval> tDAY tDAY_UNIT tDAYZONE tHOUR_UNIT tLOCAL_ZONE tMERIDIAN
tDAYZONE          264 source3/modules/getdate.y   | tDAYZONE
tDAYZONE          560 source3/modules/getdate.y   { "WEST",	tDAYZONE,  HOUR ( 0) },	/* Western European Summer */
tDAYZONE          561 source3/modules/getdate.y   { "BST",	tDAYZONE,  HOUR ( 0) },	/* British Summer */
tDAYZONE          564 source3/modules/getdate.y   { "BRST",	tDAYZONE, -HOUR ( 3) },	/* Brazil Summer */
tDAYZONE          566 source3/modules/getdate.y   { "NDT",	tDAYZONE,-(HOUR ( 3) + 30) },	/* Newfoundland Daylight */
tDAYZONE          568 source3/modules/getdate.y   { "ADT",	tDAYZONE, -HOUR ( 4) },	/* Atlantic Daylight */
tDAYZONE          570 source3/modules/getdate.y   { "CLST",	tDAYZONE, -HOUR ( 4) },	/* Chile Summer */
tDAYZONE          572 source3/modules/getdate.y   { "EDT",	tDAYZONE, -HOUR ( 5) },	/* Eastern Daylight */
tDAYZONE          574 source3/modules/getdate.y   { "CDT",	tDAYZONE, -HOUR ( 6) },	/* Central Daylight */
tDAYZONE          576 source3/modules/getdate.y   { "MDT",	tDAYZONE, -HOUR ( 7) },	/* Mountain Daylight */
tDAYZONE          578 source3/modules/getdate.y   { "PDT",	tDAYZONE, -HOUR ( 8) },	/* Pacific Daylight */
tDAYZONE          580 source3/modules/getdate.y   { "AKDT",	tDAYZONE, -HOUR ( 9) },	/* Alaska Daylight */
tDAYZONE          583 source3/modules/getdate.y   { "HADT",	tDAYZONE, -HOUR (10) },	/* Hawaii-Aleutian Daylight */
tDAYZONE          587 source3/modules/getdate.y   { "CEST",	tDAYZONE,  HOUR ( 1) },	/* Central European Summer */
tDAYZONE          590 source3/modules/getdate.y   { "MEST",	tDAYZONE,  HOUR ( 1) },	/* Middle European Summer */
tDAYZONE          591 source3/modules/getdate.y   { "MESZ",	tDAYZONE,  HOUR ( 1) },	/* Middle European Summer */
tDAYZONE          593 source3/modules/getdate.y   { "EEST",	tDAYZONE,  HOUR ( 2) },	/* Eastern European Summer */
tDAYZONE          598 source3/modules/getdate.y   { "MSD",	tDAYZONE,  HOUR ( 3) },	/* Moscow Daylight */
tDAYZONE          605 source3/modules/getdate.y   { "NZDT",	tDAYZONE,  HOUR (12) },	/* New Zealand Daylight */