Represent date and time consistently
- add date-fns and @date-fns/utc libraries for date handling
- add
utc_start_dtandutc_end_dtto replacestart_dateandend_daterespectively - make
created_at,updated_atDATETIME fields - update utility functions for formatting dates
- fix date shifting issue
- update relevant tests
Edited by Clare Ming