Opened 12 years ago

Closed 12 years ago

#10877 closed Bug Report - General (fixed)

Services doesn't handle UTC time correctly.

Reported by: stuartm Owned by: Daniel Kristjansson <danielk@…>
Priority: minor Milestone: 0.26
Component: MythTV - General Version: Master Head
Severity: medium Keywords:
Cc: Ticket locked: no

Description


Attachments (2)

10877-v1.patch (4.2 KB) - added by danielk 12 years ago.
possible fix
10877-v2.patch (14.2 KB) - added by danielk 12 years ago.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by danielk

Attachment: 10877-v1.patch added

possible fix

comment:1 Changed 12 years ago by stuartm

The patch plus the commit I just pushed fixes the problem for me.

Changed 12 years ago by danielk

Attachment: 10877-v2.patch added

comment:2 Changed 12 years ago by Daniel Kristjansson <danielk@…>

Owner: set to Daniel Kristjansson <danielk@…>
Resolution: fixed
Status: newclosed

In 103d8a1f8ccfdf5a4c377465b08df56431fa27d8/mythtv:

Fixes #10877. Add MythDate::as_utc() wrapper where necessary.

There were a few datetime's from the database that didn't get wrapped in the UTC
conversion. Some because they were added after the initial conversion, but a couple
were just missed.

Note: See TracTickets for help on using tickets.