-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix time offset matrix and remove external XMLTV #226
Fix time offset matrix and remove external XMLTV #226
Conversation
f2290d1
to
f53592c
Compare
f53592c
to
8faad27
Compare
33b2ecb
to
9c478e2
Compare
* Android doesn't have timegm() and Windows calls it _mkgmtime() | ||
* Source: http://linux.die.net/man/3/timegm | ||
*/ | ||
inline time_t timegm(struct tm *tm) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Totally forgot we had this here. I think this snippet was introduced to fix some Windows issue.
Won't merge until after the weekend as we can test when the hour goes back before releasing this. EDIT: I think now it may be better to release before the weekend. Maybe better to have more users feedback on the change than just one, otherwise we have to wait 6 months for another DST change. |
9c478e2
to
6732b24
Compare
6732b24
to
d1bcea5
Compare
5.4.0
- Fix timezone offset changing kodi time
- remove compat functions as no longer needed
- Remove external xmltv as xmltv supported by vbox