Wrong timezone used in project RSS entries
Created by: gentakojima
The last updated time on the RSS shows fine in UTC, but the entries show the time as UTC, when they are actually in local time.
<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
<title>Group feed - citius</title>
<link href="/groups/citius.atom" rel="self" type="application/atom+xml"/>
<link href="/groups/citius" rel="alternate" type="text/html"/>
<id>https://xxx.es/projects</id>
<updated>2015-04-29T08:46:08Z</updated>
<entry>
<id>tag:gitlab.citius.usc.es,2015-04-29:3371</id>
<link href="https://xxx.es/citius/thesis-template/commit/bd11a9c2239e673da8042906241e8a265c517b71"/>
<title>Jorge Suárez de Lis pushed to project branch master at citius / thesis-template</title>
<updated>2015-04-29T10:46:08Z</updated>
<media:thumbnail width="40" height="40" url="https://secure.gravatar.com/avatar/47b642348d639a6e21a1506dbf085479?s=40&d=identicon"/>
<author>
It says <updated>2015-04-29T10:46:08Z</updated>
, but it should be <updated>2015-04-29T10:46:08CET</updated>
or <updated>2015-04-29T08:46:08Z</updated>
Please note the global RSS updated
time is ok.