Vote #69269
完了Some date fields do not have requested format.
0%
説明
As project administrator - set the date format to 17/02/2011 i.e. 17 February 2011.
- In Issues tabs (as normal user) the "Updated" field shows dates with format 02/17/2011.
- As admin user checking the Users - the creation date also shows dates as 04/28/2010
In Issues tab if displaying the start date and due date then they are in the correct format.
journals
Fixed in r4894.
--------------------------------------------------------------------------------
Thanks for the quick resolution.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
The fix also fixes more serious problem: format_date(time) was called before this patch instead of format_date(local). This leads to incorrect displaying of dates (e.g. when timezone is specified or time is in UTC).
E.g. if the timestamp is 14 Apr 03:40am GMT+7 and user timezone is set to UTC, 14 Apr 20:40pm instead of 13 Apr 20:40pm is displayed.
Should there be a backport to 1.1 branch?
--------------------------------------------------------------------------------
related_issues
duplicates,Closed,5378,Modified column in Issues view does not obey date format set in Administration > Settings > Display