Skip to content

Commit

Permalink
Add 6th and 7th of January holidays
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdannbv committed Feb 6, 2024
1 parent 72f2d5c commit ec18a7a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ func getHolidays(year int) ([]Holiday, error) {
Name: "Anul nou",
Date: carbon.CreateFromDate(year, 1, 2).ToDateString(),
},
{
Name: "Bobotează",
Date: carbon.CreateFromDate(year, 1, 6).ToDateString(),
},
{
Name: "Soborul Sfântului Ioan Botezătorul",
Date: carbon.CreateFromDate(year, 1, 7).ToDateString(),
},
{
Name: "Ziua Unirii",
Date: carbon.CreateFromDate(year, 1, 24).ToDateString(),
Expand Down

0 comments on commit ec18a7a

Please # to comment.