62 lines
1.4 KiB
Plaintext
62 lines
1.4 KiB
Plaintext
|
/*
|
||
|
* Australian holidays
|
||
|
*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
|
||
|
#ifndef _calendar_australia_
|
||
|
#define _calendar_australia_
|
||
|
|
||
|
Jan 02 New Year Holiday (NZ)
|
||
|
Jan 14 Anniversary Day (Southland)
|
||
|
Jan 21 Anniversary Day (Wellington)
|
||
|
Jan 28 Anniversary Day (Auckland)
|
||
|
Feb 06 Waitangi Day (NZ)
|
||
|
Mar 11 Anniversary Day (Taranaki)
|
||
|
Mar 25 Anniversary Day (Otago)
|
||
|
Jun 03 Queen's Birthday (NZ)
|
||
|
Sep 23 Anniversary Day (South Canterbury)
|
||
|
Oct 25 Anniversary Day (Hawke's Bay)
|
||
|
Oct 28 Labour Day (NZ)
|
||
|
Nov 04 Anniversary Day (Marlborough)
|
||
|
Nov 15 Anniversary Day (Canterbury)
|
||
|
Dec 02 Anniversary Day (Chatham Islands)
|
||
|
/* Australia */
|
||
|
Jan 28 Australia Day Holiday (Australia, except NSW, Vic)
|
||
|
Jun 10 Queen's Birthday Holiday (Australia, except WA)
|
||
|
|
||
|
/* ACT, NSW, common */
|
||
|
Mar 18 Canberra Day (ACT)
|
||
|
Aug 05 Bank Holiday (ACT, NSW)
|
||
|
Oct 07 Labour Day (ACT, NSW, SA)
|
||
|
|
||
|
/* Victoria */
|
||
|
Mar 11 Labour Day (Vic)
|
||
|
Nov/TueFirst Melbourne Cup (Vic)
|
||
|
|
||
|
/* Tasmania */
|
||
|
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)
|
||
|
|
||
|
/* South Australia */
|
||
|
May 20 Adelaide Cup (SA)
|
||
|
Dec 26 Proclamation Day (SA)
|
||
|
|
||
|
/* Western Australia */
|
||
|
Mar 04 Labour Day (WA)
|
||
|
Jun 03 Foundation Day (WA)
|
||
|
Sep 30 Queen's Birthday (WA)
|
||
|
|
||
|
/* Northern Territory */
|
||
|
May 06 May Day (NT)
|
||
|
Aug 05 Picnic Day (NT)
|
||
|
|
||
|
/* Queensland */
|
||
|
May 06 Labour Day (Qld)
|
||
|
Aug 14 RNA Show Day (Brisbane metro)
|
||
|
|
||
|
#endif
|