Navigation Menu

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

Fix TimeZone mappings for Windows Phone and Unity #148

Merged
merged 1 commit into from Jan 8, 2016

Conversation

richardjrossiii
Copy link
Contributor

This was causing installation saves to fail when not on english locale.

For real, this time.

Fixes #138.

This was causing installation saves to fail when not on english locale.

For real, this time.

Fixes #138.
{ new TimeSpan(10, 30, 0), "Australia/Lord_Howe" },
{ new TimeSpan(9, 30, 0), "Australia/Adelaide" },
{ new TimeSpan(8, 45, 0), "Australia/Eucla" },
{ new TimeSpan(8, 30, 0), "Asia/Pyongyang" }, // Parse in North Korea confirmed.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@hallucinogen
Copy link
Contributor

Looks good to me.

richardjrossiii added a commit that referenced this pull request Jan 8, 2016
Fix TimeZone mappings for Windows Phone and Unity
@richardjrossiii richardjrossiii merged commit dd3e11a into master Jan 8, 2016
@richardjrossiii richardjrossiii deleted the richardross.timezone.fix branch January 8, 2016 21:21
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.

None yet

3 participants