diff --git a/ayanova/src/views/home-schedule.vue b/ayanova/src/views/home-schedule.vue index f0168db2..f47474fa 100644 --- a/ayanova/src/views/home-schedule.vue +++ b/ayanova/src/views/home-schedule.vue @@ -438,8 +438,7 @@ bugbug? If I set new york time zone in ayanova, then in schedule the appointment If I'm in New York and I book for 4pm it should show 1pm to a user in Vancouver zone FIX FOR BUGS: - todo: before fixes to bugs, check DST doesn't affect my time zone alteration code however that can be done, not sure at this point but fuck with it - nov 11th I think is the dst boundary? Find out what it is for new york same date and time as west coast?? + todo: cleaner solution to date morphing would be in locale to break out the bits that do separate things, such as convert to / from time zone, output as iso8601, parse iso8601 etc right now every block is doing it's own thing some are using luxon, some are using native js, it's a bit of a mess todo: schedule shows new york time items in vancouver time zone instead so should be 4pm is showing as 1pm