Closed eisensheng closed 11 years ago
I need to specify a time zone in a field but the current validation strategy does not allow this. Can we have support for it please? Thanks!
this is probably best left as a custom type or custom format, you can implement a validatetype* or pass a custom format_validators passed to SchemaValidator
I have done it here. https://github.com/salesking/salesking_python_sdk/blob/master/salesking/utils/validators.py
I need to specify a time zone in a field but the current validation strategy does not allow this. Can we have support for it please? Thanks!