Represent date and time consistently
- add date-fns and @date-fns/utc libraries for date handling
- add
utc_start_dt
andutc_end_dt
to replacestart_date
andend_date
respectively - make
created_at
,updated_at
DATETIME fields - update utility functions for formatting dates
- fix date shifting issue
- update relevant tests
Edited by Clare Ming