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)
committerGalen Charlton <galen.charlton@liblime.com>
Wed, 7 Jan 2009 02:24:40 +0000 (20:24 -0600)
commit4e505859265c98cb2cc4db86a811435e4e2a329e
treeaeb457a475626185000e15c3c88b51d103a83404
parente5adbdcbd16865d59eb74793b2cecddf96e047b2
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]