The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
Copyright 2007, 2008 Kevin Ryde

This file is part of Gtk2-Ex-Clock.

Gtk2-Ex-Clock is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
version.

Gtk2-Ex-Clock is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.

You should have received a copy of the GNU General Public License along
with Gtk2-Ex-Clock.  If not, see <http://www.gnu.org/licenses/>.



Version 6, August 2008
    - need explicit tzset for threaded perl 5.8.8 

Version 5, July 2008
    - recognise DateTime %{} formats with seconds resolution
    - let perl take care of tzset if it's needed on old systems

Version 4, June 2008
    - fix for _SC_CLK_TCK on perl 5.8.8

Version 3, May 2008
    - cope with locale charset from POSIX::strftime()

Version 2, December 2007
    - tweaks

Version 1, November 2007
    - the first version