mirror of
https://github.com/tomru/pfadi-bussle.git
synced 2026-03-03 06:27:11 +01:00
fix tz issue when booking in non-utc time
This commit is contained in:
@@ -16,10 +16,12 @@ export type Booking = {
|
||||
zip: string
|
||||
city: string
|
||||
bill?: Bill
|
||||
start: string
|
||||
// format YYYY-MM-DD
|
||||
start: string,
|
||||
startDate: Date
|
||||
endDate: Date
|
||||
// format YYYY-MM-DD
|
||||
end: string
|
||||
endDate: Date
|
||||
status?: BOOKING_STATUS
|
||||
purpose?: string
|
||||
org?: string
|
||||
|
||||
Reference in New Issue
Block a user