Importing package for p5 module DateTime::Format::Oracle version 0.05
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)
commita4d4fa5a31b8054df380d429b909ec382f326231
tree79cdd1f8e245f384039a0d9ff0f0a9a0366ee4d1
parent70f8a35b46d291ec8fd16b47228d05da8704df57
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.
time/p5-DateTime-Format-Oracle/DESCR [new file with mode: 0644]
time/p5-DateTime-Format-Oracle/Makefile [new file with mode: 0644]
time/p5-DateTime-Format-Oracle/distinfo [new file with mode: 0644]