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