2001-11-15 02:35:14 +00:00
|
|
|
/*
|
|
|
|
* Australian holidays
|
|
|
|
*
|
|
|
|
* $FreeBSD$
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _calendar_australia_
|
|
|
|
#define _calendar_australia_
|
|
|
|
|
2004-11-21 23:05:06 +00:00
|
|
|
LANG=en_AU.ISO8859-1
|
|
|
|
|
2001-11-15 02:35:14 +00:00
|
|
|
/* Australia */
|
2010-03-29 21:17:03 +00:00
|
|
|
Jan 26 Australia Day
|
|
|
|
Apr/SunFirst Daylight Savings Time ends in ACT, NSW, SA, TAS and VIC.
|
|
|
|
Apr 25 Anzac Day
|
2003-10-01 00:58:35 +00:00
|
|
|
Jun/MonSecond Queen's Birthday Holiday (Australia, except WA)
|
2010-03-29 21:17:03 +00:00
|
|
|
Oct/SunFirst Daylight Savings Time starts in ACT, NSW, SA and VIC.
|
2001-11-15 02:35:14 +00:00
|
|
|
|
|
|
|
/* ACT, NSW, common */
|
2010-03-29 21:17:03 +00:00
|
|
|
Mar 18 Canberra Day (ACT)
|
|
|
|
Sep/MonLast Family & Community Day (ACT)
|
|
|
|
Aug/MonFirst Bank Holiday (ACT, NSW)
|
|
|
|
Oct/MonFirst Labour Day (ACT, NSW, SA)
|
2001-11-15 02:35:14 +00:00
|
|
|
|
|
|
|
/* Victoria */
|
2010-03-29 21:17:03 +00:00
|
|
|
Mar/MonSecond Labour Day (VIC)
|
|
|
|
Nov/TueFirst Melbourne Cup (VIC)
|
2001-11-15 02:35:14 +00:00
|
|
|
|
|
|
|
/* Tasmania */
|
2010-03-29 21:17:03 +00:00
|
|
|
Feb 11 Regatta Day (TAS)
|
|
|
|
Feb 27 Launceston Cup (TAS)
|
|
|
|
Mar 11 Eight Hours Day (TAS)
|
|
|
|
Oct 10 Launceston Show Day (TAS)
|
|
|
|
Oct 24 Hobart Show Day (TAS)
|
|
|
|
Nov 04 Recreation Day (N TAS)
|
2001-11-15 02:35:14 +00:00
|
|
|
|
|
|
|
/* South Australia */
|
2003-10-01 00:58:35 +00:00
|
|
|
May/MonThird Adelaide Cup (SA)
|
2010-03-29 21:17:03 +00:00
|
|
|
Dec 26 Proclamation Day holiday (SA)
|
2001-11-15 02:35:14 +00:00
|
|
|
|
|
|
|
/* Western Australia */
|
2010-03-29 21:17:03 +00:00
|
|
|
Mar/MonFirst Labour Day (WA)
|
|
|
|
Jun/MonFirst Foundation Day (WA)
|
|
|
|
Sep 30 Queen's Birthday (WA)
|
2001-11-15 02:35:14 +00:00
|
|
|
|
|
|
|
/* Northern Territory */
|
2010-03-29 21:17:03 +00:00
|
|
|
May/MonFirst May Day (NT)
|
|
|
|
Jul/FriFirst Alice Springs Show Day (NT)
|
|
|
|
Jul/FriSecond Tennant Creek Show Day (NT)
|
|
|
|
Jul/FriThird Katherine Show Day (NT)
|
|
|
|
Jul/FriLast Darwin Show Day (NT)
|
|
|
|
Aug/MonFirst Picnic Day (NT)
|
2001-11-15 02:35:14 +00:00
|
|
|
|
|
|
|
/* Queensland */
|
2010-03-29 21:17:03 +00:00
|
|
|
May/MonFirst Labour Day (QLD)
|
|
|
|
Aug 14 RNA Show Day (Brisbane metro)
|
2001-11-15 02:35:14 +00:00
|
|
|
|
2006-10-06 23:20:01 +00:00
|
|
|
#endif
|