feat(lodging): improve lodging date handling with all-day event support and timezone adjustments
This commit is contained in:
@@ -1042,7 +1042,7 @@
|
||||
numberOfDays + 1
|
||||
)[dateString] || []}
|
||||
{@const dayLodging =
|
||||
groupLodgingByDate(lodging, new Date(collection.start_date), numberOfDays)[
|
||||
groupLodgingByDate(lodging, new Date(collection.start_date), numberOfDays + 1)[
|
||||
dateString
|
||||
] || []}
|
||||
{@const dayNotes =
|
||||
|
||||
Reference in New Issue
Block a user