Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make the validator fns for JobSchema work with both timezone aware an…
…d timezone naive datetimes (#1942) - make the validator functions for the marshmallow JobSchema work for timezone-aware and timezone-naive times, since these both have a .timestamp() method that converts a datetime to a number of seconds since Jan 1, 1970 UTC time: https://docs.python.org/3/library/datetime.html#datetime.datetime.timestamp - remove some unused validator functions that looked like they contained the same bug
- Loading branch information