This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#490 closed defect (fixed)

Recording Manager displays wrong time (one hour off)

Reported by: jherr Owned by: jherr
Priority: normal Milestone: v0.97.0
Component: Video Services Version: 0.97.0
Keywords: Cc:

Description

In the Recording Manager display, contribution (and probably other talks) start times are listed one hour earlier than they occur. However, the correct time seems to be exported to the MARC XML and lecture.xml files.

Change History (4)

comment:1 Changed 5 years ago by jherr

  • Component changed from General to Video Services

comment:2 Changed 5 years ago by jherr

  • Status changed from new to in_merge

comment:3 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [e048e9b2f127382f66823805ec881276249bc5d3]:

[FIX] Use getAdjustedStartDate() to display date

  • I had been using getStartDate() instead of getAdjustedStartDate(), so all the times were in UTC, one hour behind
  • fixes #490

comment:4 Changed 5 years ago by Jeremy Herr <jeremy.herr@…>

In [e048e9b2f127382f66823805ec881276249bc5d3]:

[FIX] Use getAdjustedStartDate() to display date

  • I had been using getStartDate() instead of getAdjustedStartDate(), so all the times were in UTC, one hour behind
  • fixes #490
Note: See TracTickets for help on using tickets.