libpgobject-type-datetime-perl 2-1 source package in Ubuntu

Changelog

libpgobject-type-datetime-perl (2-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 2
    Fixes "libpgobject-type-datetime-perl FTBFS: You planned 15 tests but
    ran 5."
    (Closes: #866981)
  * Declare compliance with Debian Policy 4.0.0.

 -- gregor herrmann <email address hidden>  Mon, 03 Jul 2017 17:26:49 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpgobject-type-datetime-perl_2-1.dsc 2.3 KiB a2458a202c91bac728d37922fa76ff55f8ca84ddc594bb6d270c6f6ae8202a3c
libpgobject-type-datetime-perl_2.orig.tar.gz 8.6 KiB fa45ccb4f7489a401def189696348f808af59688c04a689166a6894ee7d43241
libpgobject-type-datetime-perl_2-1.debian.tar.xz 2.8 KiB f3ebf07372bb85226af9088523c69cc85099e1382a7e6b92837d481d00ea7918

Available diffs

No changes file available.

Binary packages built by this source

libpgobject-type-datetime-perl: DateTime Wrappers for PGObject

 PGObject::Type::DateTime provides a basic wrapper around DateTime to allow
 PGObject-framework types to automatically tie date/time related objects, but
 date and timestamp formats are handled in the 'from_db' routines.
 .
 This specific module only supports the ISO YMD datestyle. The MDY or DMY
 datestyles may be usable in future versions but datestyles other than ISO
 raise ambiguity issues, sufficient that they cannot always even be used in
 PostgreSQL as input.
 .
 This module also provides basic default handling. Times are assigned a date
 of '0001-01-01' and dates are assigned a time of midnight. Whether this is
 set is persisted, along with whether timezones are set, and these are
 returned to a valid ISO YMD format on export, if a date component was
 initially set.
 .
 This means you can use this for general math without worrying about many of
 the other nicities. Parsing ISO YMD dates and standard times (24 hr format)
 is supported via the from_db interface, which also provides a useful way of
 handing dates in.