Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • G gitlabhq1
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 21
    • Issues 21
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gpt
  • large_projects
  • gitlabhq1
  • Issues
  • #9226

Closed
Open
Created Apr 29, 2015 by Administrator@rootOwner

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&amp;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.

Assignee
Assign to
Time tracking