Skip to content

Resolve "fix datetime without TZ warnings"

Piotr Gawron requested to merge 360-fix-datetime-without-tx-warnings into master

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