commenthol / date-holidays

worldwide holidays
https://commenthol.github.io/date-holidays/
Other
918 stars 238 forks source link

UAE faith based holidays return different format #466

Closed nanodino closed 6 months ago

nanodino commented 6 months ago

Getting holidays returns dates in two different formats, e.g.,

[
  {
    date: '2024-09-15 00:00:00 -0600',
    start: 2024-09-14T14:00:00.000Z,
    end: 2024-09-15T14:00:00.000Z,
    name: 'Birthday of Muhammad (Mawlid)',
    type: 'public',
    rule: '12 Rabi al-awwal'
  },
  {
    date: '2024-12-02 00:00:00',
    start: 2024-12-01T20:00:00.000Z,
    end: 2024-12-02T20:00:00.000Z,
    name: 'National Day',
    type: 'public',
    rule: '12-02'
  }
]