-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
Epoch time validation in marshmallow #1515
Comments
Hey @lafrech , i have gone through those link but seriously didnt get how to validate epoch time. if i will use |
The issue and PR I pointed to are unfinished stuff. My point is that your question, if I understand it correctly, would be solved if the work on these was done and integrated. In other words, this might be a duplicate. Also, I didn't take the time to go through the conversations there again, but maybe you can find a few hints. Right now marshmallow does not accept timestamps as datetimes. You may define custom field or a pre_load / post_dump processor. |
As of now , i am doing like this . But the problem here is , it wont give error msg like |
Hi,
I want to validate epoch time . Is there any way to do this using marshmallow. I will be getting this in request body . Dont know which format to be used .
The text was updated successfully, but these errors were encountered: