From: Tom Hukins Date: Fri, 26 Jun 2009 13:25:19 +0000 (+0000) Subject: Documentation fix: X-Git-Tag: v0.08108~58 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=97983826992a092bf779d74f4fa70469f8b1a9cd;p=dbsrgits%2FDBIx-Class.git Documentation fix: - timezone is no longer an extra setting - fix a typo of 'subsequently' --- diff --git a/lib/DBIx/Class/InflateColumn/DateTime.pm b/lib/DBIx/Class/InflateColumn/DateTime.pm index 5646768..50539d6 100644 --- a/lib/DBIx/Class/InflateColumn/DateTime.pm +++ b/lib/DBIx/Class/InflateColumn/DateTime.pm @@ -211,7 +211,7 @@ __END__ =head1 USAGE NOTES -If you have a datetime column with the C extra setting, and subsenquently +If you have a datetime column with an associated C, and subsequently create/update this column with a DateTime object in the L timezone, you will get a warning (as there is a very good chance this will not have the result you expect). For example: