Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-DateTime-Format-Oracle / pkg-descr
1 DateTime::Format::Oracle may be used to convert Oracle date and timestamp values
2 into DateTime objects. It also can take a DateTime object and produce a date
3 string matching the NLS_DATE_FORMAT.
4
5 Oracle has flexible date formatting via its NLS_DATE_FORMAT session variable.
6 Date values will be returned from Oracle according to the current value of that
7 variable. Date values going into Oracle must also match the current setting of
8 NLS_DATE_FORMAT.
9
10 Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
11 NLS_TIMESTAMP_TZ_FORMAT session variables.
12
13 This module keeps track of these Oracle session variable values by examining
14 environment variables of the same name. Each time one of Oracle's formatting
15 session variables is updated, the %ENV hash must also be updated.
16
17 WWW: http://search.cpan.org/dist/DateTime-Format-Oracle/