Resolve "fix datetime without TZ warnings"
Most of warnings regarding dates without timezone are removed. The only remaining issue is with VisitForm - I asume the problem here is that field is of type DateTime, but forms are using DateInput.
Closes #360 (closed)
Edited by Piotr Gawron
Merge request reports
Activity
Filter activity
added refactor label
added 6 commits
- 945a9b85 - package reference is absolute
- bb38de1c - datetime.now without timezone changed into timezone.now with timezone
- ffd8b269 - test use timezoned dates when possible
- a7a39439 - timezone used instead of datetime where possible to prevent issue with missing timezones
- 6e14f116 - tests should use timezoned dates
- dde8b4a5 - use timezoned values for proper comparison
Toggle commit listmentioned in commit 9bba8715
Please register or sign in to reply