You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description:
The ICAT backend uses a datetime format which includes timezone data (2000-05-07 00:00:00+00:00). This is managed by the DateHandler class (stored in datagateway_api/common/date_handler.py).
Both backends should have timezones and follow the same datetime format (as above)
A user should be able to easily 'round trip' data involving datetimes (i.e. copy from a GET, paste into a PATCH request without needing to change the format) as this is possible on the ICAT backend
The text was updated successfully, but these errors were encountered:
- These issues were a result of writing new code that involved timezones before master got merged in, which had the original fixes for timezones on DB backend
Description:
The ICAT backend uses a datetime format which includes timezone data (
2000-05-07 00:00:00+00:00
). This is managed by theDateHandler
class (stored indatagateway_api/common/date_handler.py
).This is part of the work for #213
Acceptance criteria:
The text was updated successfully, but these errors were encountered: