Skip Menu |

This queue is for tickets about the DBIx-Class CPAN distribution.

Report information
The Basics
Id: 133633
Status: new
Priority: 0/
Queue: DBIx-Class

People
Owner: Nobody in particular
Requestors: KES [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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