Actions
Bug #2641
closed[rss, timezone] RSS feeds should use proper timezone-aware dates
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
08.09.2015
Due date:
% Done:
0%
Estimated time:
Sorting:
Commit Number:
Affected Version:
Description
The RSS feeds are using the default UTC-0 timezone, causing improper display of the time of the entries as shown in the screenshot.
A forced localization made it work properly, but currently we don't have any way to define which locale we are using with Rhodecode.
Goals:
- Find an approach to retrieve the desired timezone for the system (use OS locale, new dev.ini settings?)
- Implement based on technical insights given on the support ticket: https://bugs.rhodecode.com/issues/2628#note-3
Actions