NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Legacy (v4.x and earlier) v
« Previous 1 … 291 292 293 294 295 … 433 Next »
Import time incorrect

Import time incorrect
Clanky
Offline

Senior Member

Posts: 276
Threads: 57
Joined: Dec 2004
#1
2012-09-14, 08:57 AM
I was playing around with & made sure I had a recording-backup before I started doing anything.
I had to import a recording but the displayed recording time is wrong. It shows the recording was 22:00 - 23:00 when it should have been 21:00 - 22:00.
The file name is New Tricks_20120910_21002200.ts and here is the section from recording-backup.xml
Code:
<recording>
    <oid>12351</oid>
    <name>New Tricks</name>
    <channel>BBC One HD</channel>
    <filename>E:\TVRecordings\New Tricks\New Tricks_20120910_21002200.ts</filename>
    <status>READY</status>
    <startTime>2012-09-10T20:00:00.0000000Z</startTime>
    <endTime>2012-09-10T21:00:00.0000000Z</endTime>
    <Event>
      <OID>7767525</OID>
      <Title>New Tricks</Title>
      <SubTitle></SubTitle>
      <Description>3/10. Queen and Country: Crime drama. DS Pullman breaks the rules to explore a possible cover-up at the Foreign Office when the team reinvestigate the apparent suicide of a diplomat. [HD] [AD,S]</Description>
      <ChannelOID>11626</ChannelOID>
      <StartTime>2012-09-10T20:00:00.0000000Z</StartTime>
      <EndTime>2012-09-10T21:00:00.0000000Z</EndTime>
    </Event>
  </recording>

I've checked that the pc date,time & time zone are correct
[SIZE=2]GA-Z77-DS3H, [/SIZE][SIZE=2]i7 3770K, Windows 7 64 bit, 16GB ram[/SIZE], Nova-T DVB, Nova-S2, TB6280, TB6981, 3TB WD HD, 1TB WD HD, LC17 Case
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#2
2012-09-14, 04:21 PM
Those times are UTC times.
bgowland
Offline

Posting Freak

West Yorkshire, UK
Posts: 4,595
Threads: 387
Joined: Dec 2004
#3
2012-09-14, 04:47 PM
sub - I think the problem is if the display time after import is 22:00 - 23:00 then the import has somehow adjusted the time by +2 hours instead of +1.

The following in UTC is correct with a recording time of the filename New Tricks_20120910_21002200.ts...
Code:
<startTime>2012-09-10T20:00:00.0000000Z</startTime>
<endTime>2012-09-10T21:00:00.0000000Z</endTime>

...because we're still in BST (GMT/UTC +1).
Clanky
Offline

Senior Member

Posts: 276
Threads: 57
Joined: Dec 2004
#4
2012-09-14, 06:58 PM
Quote:sub - I think the problem is if the display time after import is 22:00 - 23:00 then the import has somehow adjusted the time by +2 hours instead of +1.
Yes, exactly. Smile
[SIZE=2]GA-Z77-DS3H, [/SIZE][SIZE=2]i7 3770K, Windows 7 64 bit, 16GB ram[/SIZE], Nova-T DVB, Nova-S2, TB6280, TB6981, 3TB WD HD, 1TB WD HD, LC17 Case
superman2012
Offline

Member

Posts: 58
Threads: 10
Joined: Nov 2011
#5
2012-09-16, 01:19 PM
Something is wrong with the time of manual recurring recording too.
If you go update the manual recurring recording, you can see that the time has been changed to 4 hours later.

I'm at UTC +08:00 time zone.
Clanky
Offline

Senior Member

Posts: 276
Threads: 57
Joined: Dec 2004
#6
2012-09-18, 09:26 AM
After a bit of googlling & experimentation it looks like removing the 'Z' in the 1st start & end time lines will correct the time difference when importing.

Code:
<recording>
    <oid>12351</oid>
    <name>New Tricks</name>
    <channel>BBC One HD</channel>
    <filename>E:\TVRecordings\New Tricks\New Tricks_20120910_21002200.ts</filename>
    <status>READY</status>
    <startTime>2012-09-10T20:00:00.0000000</startTime>
    <endTime>2012-09-10T21:00:00.0000000</endTime>
    <Event>
      <OID>7767525</OID>
      <Title>New Tricks</Title>
      <SubTitle></SubTitle>
      <Description>3/10. Queen and Country: Crime drama. DS Pullman breaks the rules to explore a possible cover-up at the Foreign Office when the team reinvestigate the apparent suicide of a diplomat. [HD] [AD,S]</Description>
      <ChannelOID>11626</ChannelOID>
      <StartTime>2012-09-10T20:00:00.0000000Z</StartTime>
      <EndTime>2012-09-10T21:00:00.0000000Z</EndTime>
    </Event>
  </recording>

All times now display correctly on the recordings screen.
I suppose this will change when the clocks revert to G.M.T at the end of october?
[SIZE=2]GA-Z77-DS3H, [/SIZE][SIZE=2]i7 3770K, Windows 7 64 bit, 16GB ram[/SIZE], Nova-T DVB, Nova-S2, TB6280, TB6981, 3TB WD HD, 1TB WD HD, LC17 Case
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,810
Threads: 769
Joined: Nov 2003
#7
2012-09-18, 04:54 PM
Sorry, I've been meaning to look at this the last couple of days, but I'm snowed under with day job stuff.
Clanky
Offline

Senior Member

Posts: 276
Threads: 57
Joined: Dec 2004
#8
2012-09-18, 06:27 PM
No problem, its a minor niggle thats easily overcome Smile
[SIZE=2]GA-Z77-DS3H, [/SIZE][SIZE=2]i7 3770K, Windows 7 64 bit, 16GB ram[/SIZE], Nova-T DVB, Nova-S2, TB6280, TB6981, 3TB WD HD, 1TB WD HD, LC17 Case
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  incorrect frequency in adelaide .ini file spin35 5 3,153 2023-02-01, 05:40 PM
Last Post: sub
  zap2it import tv logo MaxOne72 2 1,556 2021-11-14, 05:56 PM
Last Post: sub
  EPG Time shifi Brucek2839 14 4,395 2021-03-25, 08:45 PM
Last Post: Graham
  Recording service stopped or not running at scheduled time MattInetroit 3 1,994 2021-01-08, 12:03 AM
Last Post: mvallevand
  NPVR choosing incorrect xml guide display-name after reboot drlava 7 3,269 2020-12-27, 02:27 AM
Last Post: sub
  Possible to set the EPG source for more than one channel at a time? LeGrandZombie 15 8,494 2020-12-06, 02:15 AM
Last Post: pitbull1969
  Recording service not running at recording time Ricknextpvr 18 6,758 2020-03-26, 03:56 PM
Last Post: sub
  Import recorded tv shows to NPVR mattman1968 9 6,219 2020-03-03, 12:57 PM
Last Post: Jimixter
  Incorrect length of recording Ehjay 11 3,544 2019-11-28, 08:08 PM
Last Post: mvallevand
  Unable to export/import recordings Brucek2839 14 5,805 2019-11-19, 09:04 PM
Last Post: Jaggy

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode