Copyright 2007, 2008, 2009, 2010 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 . Version 14, October 2010 - tests check for DateTime as well as DateTime::TimeZone Version 13, September 2010 - new "timezone-string" property Version 12, May 2010 - for minute resolution allow minutes not on a time() % 60 boundary, as happens for DateTime::TimeZone::TAI and similar Version 11, April 2010 - use POSIX::Wide, fixes netbsd locale codeset "646" Version 10, February 2010 - new home page Version 9, June 2009 - all wide chars in format string, irrespective of locale Version 8, June 2009 - more example programs Version 7, November 2008 - use Tie::TZ, use Gtk2 1.200 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