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/date time formatting #27

Merged
merged 2 commits into from
Sep 20, 2018
Merged

Fix/date time formatting #27

merged 2 commits into from
Sep 20, 2018

Conversation

dmosorast
Copy link
Contributor

@dmosorast dmosorast commented Sep 20, 2018

While processing datetimes, the code was blindly appending a time to fields that it assumed were dates only. This will parse dates using singer utilities and re-format them into strings for emitting as records.

e.g., The datetime issue_date: "2018-09-20T00:00:00.000000Z" would become 2018-09-20T00:00:00.000000ZT00:00:00Z, since issue_date is assumed to be only in Y-m-d format.

@dmosorast dmosorast merged commit 0628354 into master Sep 20, 2018
@dmosorast dmosorast deleted the fix/date_time_formatting branch September 20, 2018 18:37
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.

1 participant