I am using angular-calendar version - 0.26.4.
When event with date 2023-02-03T00:00:00.000Z added to the events array it get shifted to Feb 2nd. Following is the object receives in the calendar template. I checked a place to configure time zone but couldn't find such.
{
"date": "2023-02-02T18:30:00.000Z",
"isPast": false,
"isToday": false,
"isFuture": true,
"isWeekend": false,
"inMonth": true,
"events": [
{
"id": 2,
"start": "2023-02-03T00:00:00.000Z",
"title": "4",
"color": {
"primary": "#e3bc08",
"secondary": "#FDF1BA"
}
}
],
"badgeTotal": 1
}
Following is the way comparing dates
Output