libpgobject-type-datetime-perl 2.000002-3 source package in Ubuntu

Changelog

libpgobject-type-datetime-perl (2.000002-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Update standards version to 4.6.0, no changes needed.
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Sat, 19 Nov 2022 15:17:40 +0000

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpgobject-type-datetime-perl_2.000002-3.dsc 2.3 KiB d76e0a06f131fc4708ff9aa47c00da2256eb4ed62cd82e73a29d03df008bc060
libpgobject-type-datetime-perl_2.000002.orig.tar.gz 8.8 KiB 8fb5851ab71085ca22fc73b65a8471148e753dd1db7db716f08e7e0cf5b5e77d
libpgobject-type-datetime-perl_2.000002-3.debian.tar.xz 3.2 KiB 8952699fd7e1f12252238edd3f38159522b36e2cea9ae1d893305a016b219495

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.