Subject: | Auto setup timezone while inflating DateTime |
When we get DateTime from database and inflate it then doing local math on those dates will differ from server math because of different timezones.
Despite on DB timezone is same as local timezone when new DateTime is created it is not filled up automatically.
So it would be more correct that local timezone is filled when timestamptz columns are inflated.
See math examples here:
https://github.com/houseabsolute/DateTime.pm/issues/112#issue-733137044