Jump to content


Photo

Rytec Italy Time Zone issue


  • Please log in to reply
11 replies to this topic

#1 theppower

  • Senior Member
  • 75 posts

0
Neutral

Posted 7 November 2016 - 10:15

Good morning and firs of all thank you for your work!

 

As you might know 2 weeks ago there was a time zone change in Italy, from +2 to +1, the problem is that all the epg events for italuy are still on timezone +2 causing events sync problem. Did you already planned to fiz the timezone for italian channles?

 

Thank you



Re: Rytec Italy Time Zone issue #2 doglover

  • Rytec EPG Team
  • 17,505 posts

+672
Excellent

Posted 7 November 2016 - 11:07

An enigma machine does not have problems with this.  The schedules are correct.

 

You are probably using this EPG on Kodi.  And we do not support Kodi after all the problems they have caused.

Sorry.

 

Willy


~~Rytec Team~~
Maxytec Multibox SE OpenPli (used as mediaplayer)
Mutant HD2400 OpenPli
Vu+ Duo OpenPli (backup)

Synology NAS

Sat: 13E, 19.2E, 23.5E and 28.2E
*Pli/Rytec EPG POWERED*


Re: Rytec Italy Time Zone issue #3 theppower

  • Senior Member
  • 75 posts

0
Neutral

Posted 7 November 2016 - 11:40

An enigma machine does not have problems with this.  The schedules are correct.

 

You are probably using this EPG on Kodi.  And we do not support Kodi after all the problems they have caused.

Sorry.

 

Willy

 

Hello, I'm not using Kodi, I'm using the epg on my own project, I can also fix the tmezone issue by correcting it on the fly but I was only wondering if there is a plan to set the correct time zone on epg.

 

Thank you


Edited by theppower, 7 November 2016 - 11:40.


Re: Rytec Italy Time Zone issue #4 WanWizard

  • PLi® Core member
  • 71,236 posts

+1,842
Excellent

Posted 7 November 2016 - 14:25

The time in the xml files is defined including timezone information, so you need to do the correct calculation.

 

So: start="20161106160000 +0200" means 06-11-2016 16:00:00 GMT+2.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Rytec Italy Time Zone issue #5 theppower

  • Senior Member
  • 75 posts

0
Neutral

Posted 7 November 2016 - 14:56

The time in the xml files is defined including timezone information, so you need to do the correct calculation.

 

So: start="20161106160000 +0200" means 06-11-2016 16:00:00 GMT+2.

thak you, yes it is necessary to "force" the adjust process and it will slowdown the import process, but why it has to be written in the wrong timezone? Is there a specific reason?

Thank you



Re: Rytec Italy Time Zone issue #6 WanWizard

  • PLi® Core member
  • 71,236 posts

+1,842
Excellent

Posted 7 November 2016 - 15:07

It isn't written in the wrong timezone, all XML entries are generated with times in GMT.

 

So depending on where you are in the world, you need to convert it into local time. There are people in other timezones that need access to italian EPG data, so using localtime in the XML is impossible.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Rytec Italy Time Zone issue #7 theppower

  • Senior Member
  • 75 posts

0
Neutral

Posted 7 November 2016 - 15:15



It isn't written in the wrong timezone, all XML entries are generated with times in GMT.

 

So depending on where you are in the world, you need to convert it into local time. There are people in other timezones that need access to italian EPG data, so using localtime in the XML is impossible.

Hello, thank you for the clarification but I think is it wrong by the way, current GMT is +1 since the end of october :

 

screenshot_1495.jpg



Re: Rytec Italy Time Zone issue #8 WanWizard

  • PLi® Core member
  • 71,236 posts

+1,842
Excellent

Posted 7 November 2016 - 15:30

That is the same everywhere else in Europe.

 

I don't know exactly how it works, I would have to look into the code. I can see that a program defined in the XML as "20161107171000 +0200" is displayed on my STB (which runs in CET/GMT+1) as starting at 16:10.

 

So perhaps you need to calculate twice: 20161107171000 +0200 = 20161107151000 +0000 = 20161107161000 CET/GMT+1 (localtime in my case) ?


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Rytec Italy Time Zone issue #9 theppower

  • Senior Member
  • 75 posts

0
Neutral

Posted 7 November 2016 - 15:40

That is the same everywhere else in Europe.

 

I don't know exactly how it works, I would have to look into the code. I can see that a program defined in the XML as "20161107171000 +0200" is displayed on my STB (which runs in CET/GMT+1) as starting at 16:10.

 

So perhaps you need to calculate twice: 20161107171000 +0200 = 20161107151000 +0000 = 20161107161000 CET/GMT+1 (localtime in my case) ?

 

 

yes and this will cause a big waste of time , it seems strange but parsing date and work with them has an huge costs on performance (Java)


Edited by theppower, 7 November 2016 - 15:40.


Re: Rytec Italy Time Zone issue #10 WanWizard

  • PLi® Core member
  • 71,236 posts

+1,842
Excellent

Posted 7 November 2016 - 16:09

Lol. Everything has a huge cost on performance in Java. ;)

 

It is very simple, this is a free and open effort from the Rytec team, meant to provide EPG support for Enigma STB's. If you want to use it for something else, you have to take it or leave it.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Rytec Italy Time Zone issue #11 theppower

  • Senior Member
  • 75 posts

0
Neutral

Posted 7 November 2016 - 16:19

Lol. Everything has a huge cost on performance in Java. ;)

 

It is very simple, this is a free and open effort from the Rytec team, meant to provide EPG support for Enigma STB's. If you want to use it for something else, you have to take it or leave it.

Yep, but Android is java and there is nothing I can do :-)

Yes I know and that's way the first thing was "Thank you for your work!"

By The way i added the conversion so every provider can be used as source and the timezone is automatically adjusted :-)

If you need a backup host for the epg files just let me know, I will be pleased to help you and give ftp access to my web server.



Re: Rytec Italy Time Zone issue #12 AlfySande

  • Member
  • 1 posts

0
Neutral

Posted 9 November 2016 - 16:03

Hi...i am a new user here.  I have an enigma machine and there is no problems with this. Here in my case the  schedules are working fine.If you are using EPG on Kodi then i think you will face the problem.




4 user(s) are reading this topic

0 members, 4 guests, 0 anonymous users