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

Add support for ActiveSupport's TimeWithZone class #90

Closed
wants to merge 2 commits into from

Conversation

okkez
Copy link

@okkez okkez commented Aug 27, 2015

So that TZ data is not stripped

Original author is Nathan Broadbent nathan.f77@gmail.com.

See also #37

So that TZ data is not stripped

Original author is Nathan Broadbent <nathan.f77@gmail.com>.
@okkez
Copy link
Author

okkez commented Aug 27, 2015

Rebase and fix spec.

@cosmo0920
Copy link
Contributor

👍

@frsyuki
Copy link
Member

frsyuki commented Aug 27, 2015

Time doesn't implement to_msgpack. Why only ActiveSupport::TimeWithZone implements to_msgpack?

@okkez
Copy link
Author

okkez commented Aug 27, 2015

Thank you for reply.
I'm not familiar with msgpack. (On the other hand I'm familiar with Ruby)

But PR #37 is left for a long time and outdated.
So I have updated the patch.

I think that this feature is optional. This patch do nothing when user doesn't have ActiveSupport.
So I think we can merge this and provide optional functionality for convenient.

You can close/reject #37 and this PR if you don't want to merge this feature.
See also #19 and #30

Thanks.

@tagomoris
Copy link
Member

It seems uncommon change for msgpack users. Please do it in other gem if you need it.

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.

4 participants