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

DateTime::TimeZone::Olson - timezones from the Olson database

DESCRIPTION

This module encapsulates the Olson timezone database, providing
DateTime-compatible timezone objects and ancillary data.  On each program
run this module provides access to a particular version of the timezone
database, determined by which version of Time::OlsonTZ::Data is installed.

INSTALLATION

	perl Build.PL
	./Build
	./Build test
	./Build install

AUTHOR

Andrew Main (Zefram) <zefram@fysh.org>

COPYRIGHT

Copyright (C) 2010, 2011, 2012 Andrew Main (Zefram) <zefram@fysh.org>

LICENSE

This module is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.