libdate-jd-perl 0.006-3 source package in Ubuntu

Changelog

libdate-jd-perl (0.006-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libdate-jd-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 16:28:15 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdate-jd-perl_0.006-3.dsc 2.1 KiB ad6e5eee83b170cf0f51ee27e17e20e36c1be3d1b8ed83a8df4ed2e327ec7a24
libdate-jd-perl_0.006.orig.tar.gz 14.1 KiB f3d1fcf95b361157693198bb452c08f2dc27f61ab65b5a2d4f226abf7f1b2347
libdate-jd-perl_0.006-3.debian.tar.xz 2.6 KiB e301f9a144cdc2d072ff20ec7d6fb8858569504594d5c58ab5729957d2e9de88

Available diffs

No changes file available.

Binary packages built by this source

libdate-jd-perl: conversion between flavours of Julian Date

 For date and time calculations it is convenient to represent dates by a
 simple linear count of days, rather than in a particular calendar. This is
 such a good idea that it has been invented several times. If there were a
 single such linear count then it would be the obvious data interchange format
 between calendar modules. With several versions, calendar modules can use
 such sensible data formats and still have interoperability problems. Date::JD
 tackles that problem, by performing conversions between different flavours of
 day count. These day count systems are generically known as "Julian Dates",
 after the most venerable of them.
 .
 Among Julian Date systems there are also some non-trivial differences of
 concept. There are systems that count only complete days, and those that
 count fractional days also. There are some that are fixed to Universal Time
 (time on the prime meridian), and others that are interpreted according to a
 timezone. Some consider the day to start at noon and others at midnight,
 which is semantically significant for the complete-day counts. The functions
 of this module appropriately handle the semantics of all the non-trivial
 conversions.