libdatetime-format-oracle-perl 0.06-1.1 source package in Ubuntu

Changelog

libdatetime-format-oracle-perl (0.06-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 04 Jan 2021 14:54:09 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdatetime-format-oracle-perl_0.06-1.1.dsc 2.2 KiB fd29fd1102cf63eb749dba557c7988f3671dfcbb5f1e1a7a97f12838d9080f86
libdatetime-format-oracle-perl_0.06.orig.tar.gz 5.8 KiB 9f18d1eb3dff38e046ba063d6b54cc7d68464640ce69d7d1578a2ccd285ca8d4
libdatetime-format-oracle-perl_0.06-1.1.debian.tar.xz 2.0 KiB ac38d573ca76e177c63c157a14233e52c6f5c0821ef2f189be79e2007c32d930

Available diffs

No changes file available.

Binary packages built by this source

libdatetime-format-oracle-perl: module for parsing and formatting Oracle dates and timestamps

 DateTime::Format::Oracle 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.