From: Rafael Kitover Date: Wed, 17 Jun 2009 14:30:08 +0000 (+0000) Subject: more dt docs reorg X-Git-Tag: v0.08112~14^2~128 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3abafb11007307452da109622919fb9af0979d26;hp=9539eeb15c1a77b6385a659579666114786e1a72;p=dbsrgits%2FDBIx-Class.git more dt docs reorg --- diff --git a/lib/DBIx/Class/Storage/DBI/Sybase.pm b/lib/DBIx/Class/Storage/DBI/Sybase.pm index a46163b..f8b5004 100644 --- a/lib/DBIx/Class/Storage/DBI/Sybase.pm +++ b/lib/DBIx/Class/Storage/DBI/Sybase.pm @@ -52,11 +52,14 @@ Used as: In L to set: - $dbh->syb_date_fmt('ISO_strict'); - $dbh->do('set dateformat mdy'); + $dbh->syb_date_fmt('ISO_strict'); # output fmt: 2004-08-21T14:36:48.080Z + $dbh->do('set dateformat mdy'); # input fmt: 08/13/1979 18:08:55.080 On connection for use with L, using -L. +L, which you will need to install. + +This works for both C and C columns, although +C columns only have minute precision. =cut @@ -142,15 +145,8 @@ But your queries will be cached. =head1 DATES -On connection C is set to C, e.g.: -C<2004-08-21T14:36:48.080Z> and C is set to C, e.g.: -C<08/13/1979 18:08:55.080>. - -This works for both C and C columns, although -C columns only have minute precision. - -You will need the L module if you are going to use -L. +See L to setup date formats +for L. =head1 AUTHORS