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

Preserve times #1

Closed
wants to merge 4 commits into from
Closed

Preserve times #1

wants to merge 4 commits into from

Conversation

indirect
Copy link
Collaborator

While trying to switch my campfire bot to Firering instead of Tinder, I discovered that Firering parses the created_at attribute on messages into a Date object. Unfortunately, this throws away the hour, minute, and second portions of the returned JSON, and my bot uses those sometimes. So I changed to Time objects instead. Tests all pass after the change.

@EmmanuelOga
Copy link
Owner

Thanks! This looks good. Merging.

This pull request was closed.
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