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

Timestamp field added #1009

Closed
wants to merge 9 commits into from
Closed

Timestamp field added #1009

wants to merge 9 commits into from

Conversation

vgavro
Copy link
Contributor

@vgavro vgavro commented Oct 17, 2018

closes #612
Actually in case of naive=True timezone is used only for timezone-aware datetimes conversion on serialization, maybe we should drop option naive=True and allow timezone=None instead? In this case on datetime-aware serialization we should throw ValueError, what do you think?

@vgavro vgavro changed the title Timestamp field added WIP Timestamp field added Oct 17, 2018
@sloria
Copy link
Member

sloria commented Jun 15, 2019

Thanks for your work! Sorry for the delay on reviewing this; we're currently focused on getting a stable marshmallow 3 release out the door, so we're prioritizing getting the last few backwards-incompatible changes released.

We'll return to new features like this one after marshmallow 3 is released.

@lafrech
Copy link
Member

lafrech commented Jul 17, 2019

Closing. See #1003 (comment).

@lafrech lafrech closed this Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fields.DateTime - load/dump to timestamp
3 participants