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: unavailable date json values #197

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

caryp
Copy link

@caryp caryp commented Jun 7, 2024

MarshallJSON() for dates now returns empty string for IsZero() time. Resolves #196

@caryp
Copy link
Author

caryp commented Jun 10, 2024

Thanks, @adamdecaf! Looks like I need to add more tests to the new test file I created to bring coverage up. Does that sound right to you? If so, I can do that.

@adamdecaf
Copy link
Member

Yea, I'm a bit confused because you already have a test. If we can increase the coverage back above 85% that would be great.

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.

JSON conversion for not available date fields is “0001-01-01T00:00:00Z"
2 participants