Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#26 Make EDTFField continue to work with derived DateField
The change to returning `struct_time` objects from the lower/upper strict/fuzzy methods broke the `EDTFField` implementation. This change fixes it so it can write to derived `DateField`s again, though this is still subject to the 1 to 9999 AD year restrictions of Python's `datetime` module so a better fix would be to support or require numeric target fields instead.
- Loading branch information