Merge from vendor branch TNF:
authorsno <sno>
Tue, 7 Sep 2010 05:51:00 +0000 (05:51 +0000)
committersno <sno>
Tue, 7 Sep 2010 05:51:00 +0000 (05:51 +0000)
commitc7f2fff7383f08d5517cebb2bca71d1629b2f22f
treeff0888336670c52d0e58c2772b127610b2cfeaf7
parentcad9bf455386bb7840211458e360fb979de5e643
parenta4d4fa5a31b8054df380d429b909ec382f326231
Merge from vendor branch TNF:
Importing package for p5 module DateTime::Format::Oracle version 0.05
into time/p5-DateTime-Format-Oracle.

This module may be used to convert Oracle date and timestamp values into
DateTime objects. It also can take a DateTime object and produce a date
string matching the NLS_DATE_FORMAT.

Oracle has flexible date formatting via its NLS_DATE_FORMAT session
variable. Date values will be returned from Oracle according to the current
value of that variable. Date values going into Oracle must also match the
current setting of NLS_DATE_FORMAT.

Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
NLS_TIMESTAMP_TZ_FORMAT session variables.

This module keeps track of these Oracle session variable values by
examining environment variables of the same name. Each time one of
Oracle's formatting session variables is updated, the %ENV hash must
also be updated.