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

Update for CLDR 28 #10

Closed
govin opened this issue Nov 11, 2015 · 6 comments
Closed

Update for CLDR 28 #10

govin opened this issue Nov 11, 2015 · 6 comments

Comments

@govin
Copy link

govin commented Nov 11, 2015

I'm using this library to display timezones in friendly format. For "America/Cancun" timezone, the library returns "Central Standard Time". However, "America/Cancun" timezone is now following "Eastern Standard Time". They changed their time zone they were following. How do I update the CLDR database this library is using to the latest one? Can you please update the database and publish a new nuget package? I'm happy to help contribute to updating this library and its database if you can teach me how to do it.

@mattjohnsonpint mattjohnsonpint changed the title How do I update the CLDR database used by this project? Update for CLDR 28 Nov 11, 2015
@mattjohnsonpint
Copy link
Owner

Thanks for the reminder. Updating is fairly easy, as the data builder downloads the latest CLDR automatically. You just run the builder then recompile to re-embed the data.

Though you're probably using the Nuget package, so it will help if I update and re-release.

I will update to CLDR 28 soon. It does indeed include the change for America/Cancun you mentioned. Thanks.

@govin
Copy link
Author

govin commented Nov 11, 2015

Yes, I'm using the nuget package. Thanks!

I'll wait for the updated nuget package.

@mattjohnsonpint
Copy link
Owner

I'm fixing a few other things while I'm at it. Thanks for your patience.

@govin
Copy link
Author

govin commented Nov 12, 2015

Thanks. Appreciate it. Do you have an ETA on when this will be complete?

@mattjohnsonpint
Copy link
Owner

Version 1.3.0 is published with this, and several other fixes.

However, note I discovered a few things that still need work in #11 and #12. I decided to go ahead for now, and will fix these in a future version. Thanks.

@govin
Copy link
Author

govin commented Nov 14, 2015

@mj1856 Thanks much for getting this out. Verified the America/Cancun issue we were having is resolved now and it correctly shows "Eastern Standard Time". Good to know about the known issues.

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

No branches or pull requests

2 participants