Skip to content

Commit

Permalink
Fix: some of the dates for Argentina where incorrectly formated (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akrista authored Dec 19, 2024
1 parent b523726 commit eb534b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/Countries/Argentine.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ protected function allHolidays(int $year): array
return array_merge([
'Día de Año Nuevo' => '01-01',
'Carnaval' => '12-02',
'Carnaval Día 2' => '13-02',
'Día Nacional de la Memoria por la Verdad y la Justicia' => '24-04',
'Carnaval Día 2' => '02-13',
'Día Nacional de la Memoria por la Verdad y la Justicia' => '04-24',
'Día del Veterano y de los Caídos en la Guerra de Malvinas' => '02-04',
'Día del Trabajador' => '05-01',
'Revolución de Mayo' => '25-05',
'Paso a la Inmortalidad del General Manuel Belgrano' => '20-06',
'Revolución de Mayo' => '05-25',
'Paso a la Inmortalidad del General Manuel Belgrano' => '06-20',
'Día de la Independencia' => '09-07',
'Día de la Inmaculada Concepción de María' => '08-12',
'Navidad' => '12-25',
Expand Down

0 comments on commit eb534b2

Please sign in to comment.