The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Chronicle::Utils - some utility functions needed here and there

DESCRIPTION

So far, this only contains the date/time localization function to avoid too much ugly cross-namespace calling.

FUNCTIONS

format_datetime

Format a date or time value to a string. Uses a config setting passed in $config_var or a default format in $date_fmt to generate both an English and a localized version. An empty list is returned if the format string doesn't contain a % character.

LICENSE

This module is free software; you can redistribute it and/or modify it under the terms of either:

a) the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version, or

b) the Perl "Artistic License".

AUTHOR

Matthias Bethke