This commit is contained in:
2021-09-24 16:35:34 +00:00
parent 0527391317
commit fa1feb8732
2 changed files with 32 additions and 44 deletions

View File

@@ -439,9 +439,11 @@ bugbug? If I set new york time zone in ayanova, then in schedule the appointment
FIX FOR BUGS:
America/New_York
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
todo: schedule is sending appointments when created in schedule and ayanova set to new york time with vancouver time so schedule's 1pm is showing in reminder form as 4pm when it gets there prefilled
todo: fix apple parsing issue and look for more places where it's happening potentially with sv-SE see locale.utcDateToScheduleCompatibleFormatLocalized for notes and example fix