This commit is contained in:
2018-12-10 17:25:13 +00:00
parent f01fe2e458
commit 221f8f8091
4 changed files with 18 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
TIME (DATE AND TIME handling)
RAVEN stores all times and dates in UTC in DB and internally all is UTC
User has a timezone offset setting which is used to format dates for display at the client
Dates coming from the client are all assumed to be in UTC format (i.e. converted at the client from input)
TimeZoneOffset is also used for relative date filters in list filter retrieval.
- i.e. "NextMonth" is assumed to be client relative, so the server will use their offset to calculate what next month meens to them in the query builder