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

Updates to support date changes in the Holiday API #206

Merged
merged 2 commits into from
Mar 13, 2016

Conversation

CKCobra
Copy link

@CKCobra CKCobra commented Feb 19, 2016

The Holiday date format recently changed from integer to yyyy-MM-dd ISO-8601 format.

@CKCobra
Copy link
Author

CKCobra commented Feb 19, 2016

I created a HolidayDateConverter because the API states a yyyy-MM-dd format (no time), however it appears the endpoint will accept the full datetime format. Depending on how strictly you want to follow the spec I can leave it or take it out.

@mozts2005
Copy link
Member

ISO-8601 format calls for both date and time. I think we should pull the converter. I just duble checked that the default date format used by json.net is ISO-8601.

@CKCobra
Copy link
Author

CKCobra commented Feb 26, 2016

The converter has been removed.

mozts2005 added a commit that referenced this pull request Mar 13, 2016
Updates to support date changes in the Holiday API
@mozts2005 mozts2005 merged commit 43fa744 into Speedygeek:master Mar 13, 2016
@CKCobra CKCobra deleted the HolidayDateChange branch August 15, 2016 18:22
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.

2 participants