Vote #77315
完了Respect user's timezone when comparing / parsing Dates
0%
説明
This patch replaces all occurrences of @Date.today@ with @User.current.today@.
@Date.today@ always returns the date according to the server's local time zone, leading to all sorts of edge cases that occur more or less often depending on how large the offset between a user's timezone and the server timezone is. A test case illustrating the problem using @Issue#overdue?@ as an example is included.
The patch was extracted from "Planio":https://plan.io/redmine-hosting and also includes the changes proposed earlier by Holger Just in #20473, with the addition of two test cases to cover the date manipulation changes in @Query#date_clause@.
journals
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
TimeZone actually has a today method, this patch changes User#today to use it.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Committed, thanks.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
related_issues
relates,New,16482,Wrong search query for timelog, when timezone not UTC
relates,New,23189,Spent time by filter, offset by one day
relates,Closed,6470,timezone adjust start/due date
duplicates,Closed,20473,Respect the user's timezone when querying issues
duplicates,Closed,19033,Filters that utilize date/time ignore user's UTC offset