Dates expanding to expose some time (HH:MM:SS) granularity.
authorJoe Atzberger <joe.atzberger@liblime.com>
Fri, 19 Sep 2008 00:02:48 +0000 (19:02 -0500)
committerHenri-Damien LAURENT <henridamien@koha-fr.org>
Tue, 27 Jan 2009 11:19:40 +0000 (12:19 +0100)
commitabb2e6616b85ce88f43928a53b50a3cd31d7d900
treea9690656021b983e71b288e2b2e9059970a0e644
parentc1df33228cf261f6943b511cf00fce7b51748463
Dates expanding to expose some time (HH:MM:SS) granularity.

t/Dates.t is essentially restored from its previous state with
the revision that it now does not use C4::Context or check syspref
for the default date format.  Instead it sets the C4::Dates default
directly, taking cue from command line argument or ENV.  ISO format
revised to accept "T" separator and "Z" (zulu) terminator. POD
expanded and corrected.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Dates.pm
t/Dates.t [new file with mode: 0644]