From: Rafael Kitover Date: Wed, 24 Jun 2009 17:49:25 +0000 (+0000) Subject: IC::DT does support timestamp with timezone X-Git-Tag: v0.08108~48^2~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0c1fed94374f609e393829648195cecd1cfecf03;p=dbsrgits%2FDBIx-Class.git IC::DT does support timestamp with timezone --- diff --git a/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm b/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm index 6a74633..7eadf44 100644 --- a/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm +++ b/lib/DBIx/Class/Storage/DBI/Oracle/Generic.pm @@ -197,9 +197,6 @@ by it. Maximum allowable precision is used, unless the environment variables have already been set. -C is also initialized but is not currently used by -L. - These are the defaults used: $ENV{NLS_DATE_FORMAT} ||= 'YYYY-MM-DD HH24:MI:SS';