Skip to content
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

[settings] use timezone settings for all supported posix platforms except of android #4218

Closed
wants to merge 1 commit into from

Conversation

vkosh
Copy link
Contributor

@vkosh vkosh commented Feb 16, 2014

According to Frodo code for TZ settings they handled for all _LINUX platforms not including TARGET_ANDROID and AppleTV2 with iOS < 4.3 (see https://github.com/xbmc/xbmc/blob/Frodo/xbmc/settings/GUISettings.cpp#L1424)
Withal _LINUX defined for all posix platforms, and TARGET_POSIX defined for them too (see https://github.com/xbmc/xbmc/blob/Frodo/configure.in#L551)
The patch adds TZ handling for TARGET_POSIX && !TARGET_ANDROID. See #4095 and a2f3ca2 for more details.
I made it blind so help needed from platform devs.

@t-nelson
Copy link
Contributor

Does this fix something or did you just change it because it looks wrong?

@vkosh
Copy link
Contributor Author

vkosh commented Feb 17, 2014

I changed it because it looks wrong in code comparing to frodo. I can test it on linux only.

@MartijnKaijser MartijnKaijser added this to the Pending for inclusion milestone Feb 17, 2014
@Montellese
Copy link
Member

IIRC I messed up some of the #ifdef'ery concerning the timezone settings in my settings refactor. Haven't checked if someone has fixed it in the mean time or not.

@t-nelson
Copy link
Contributor

Ok. If this doesn't fix anything specifically, I'd like to hold off until
G+1.

@vkosh
Copy link
Contributor Author

vkosh commented Feb 17, 2014

Well, this should fix TZ settings on darwin and freebsd platforms. They shouldn't work there now.

@t-nelson
Copy link
Contributor

@davilla @Fneufneu Can you confirm?

@MartijnKaijser MartijnKaijser removed this from the Pending for inclusion milestone Jun 14, 2015
@mkortstiege mkortstiege closed this Aug 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants