mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 14:59:20 +02:00
24 lines
1.3 KiB
Plaintext
24 lines
1.3 KiB
Plaintext
# SPDX-License-Identifier: MIT
|
|
# Holiday file for Malaysia
|
|
# Derived from the Python holidays project at
|
|
# https://github.com/vacanza/holidays
|
|
#
|
|
# See important caveats in the README file in this directory.
|
|
#
|
|
# Note: This file consists only of the country-wide
|
|
# holidays for Malaysia.
|
|
#
|
|
# For region-specific holidays, you need to include
|
|
# one of the regional *.rem files in the directory
|
|
# [$SysInclude]/holidays/my/
|
|
|
|
OMIT 1 May MSG %"Hari Pekerja%" %! %b.
|
|
REM 1 May OMIT SAT SUN AFTER ADDOMIT SCANFROM -28 SATISFY [isany(wkdaynum(date($Ty, 5, 1)), 0, 6)] MSG %"Cuti Hari Pekerja%" %! %b.
|
|
REM First Monday in June ADDOMIT SCANFROM -28 MSG %"Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong%" %! %b.
|
|
REM 3 June OMIT SAT SUN AFTER ADDOMIT SCANFROM -28 SATISFY [isany(wkdaynum(date($Ty, 6, 3)), 0, 6)] MSG %"Cuti Hari Keputeraan Rasmi Seri Paduka Baginda Yang di-Pertuan Agong%" %! %b.
|
|
OMIT 31 August MSG %"Hari Kebangsaan%" %! %b.
|
|
REM 31 August OMIT SAT SUN AFTER ADDOMIT SCANFROM -28 SATISFY [isany(wkdaynum(date($Ty, 8, 31)), 0, 6)] MSG %"Cuti Hari Kebangsaan%" %! %b.
|
|
OMIT 16 September MSG %"Hari Malaysia%" %! %b.
|
|
OMIT 25 December MSG %"Hari Krismas%" %! %b.
|
|
REM 25 December OMIT SAT SUN AFTER ADDOMIT SCANFROM -28 SATISFY [isany(wkdaynum(date($Ty, 12, 25)), 0, 6)] MSG %"Cuti Hari Krismas%" %! %b.
|