Skip Menu |

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

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

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

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



Subject: DateTime time zone changes on deflation
When using InflateColumn::DateTime, if timezone is set explicitly, the time zone of a passed-in DateTime object is indeterminate over its life cycle. When _pre_deflate_datetime is called the time zone will be changed from its original value to the value set by the timezone attribute.