Blame README

Packit Service f95697
NAME
Packit Service f95697
Packit Service f95697
DateTime::TimeZone::Tzfile - tzfile (zoneinfo) timezone files
Packit Service f95697
Packit Service f95697
DESCRIPTION
Packit Service f95697
Packit Service f95697
An instance of this class represents a timezone that was encoded in a
Packit Service f95697
file in the tzfile(5) format.  These can express arbitrary patterns of
Packit Service f95697
offsets from Universal Time, changing over time.  Offsets and change
Packit Service f95697
times are limited to a resolution of one second.
Packit Service f95697
Packit Service f95697
This class implements the DateTime::TimeZone interface, so that its
Packit Service f95697
instances can be used with DateTime objects.
Packit Service f95697
Packit Service f95697
INSTALLATION
Packit Service f95697
Packit Service f95697
	perl Build.PL
Packit Service f95697
	./Build
Packit Service f95697
	./Build test
Packit Service f95697
	./Build install
Packit Service f95697
Packit Service f95697
AUTHOR
Packit Service f95697
Packit Service f95697
Andrew Main (Zefram) <zefram@fysh.org>
Packit Service f95697
Packit Service f95697
COPYRIGHT
Packit Service f95697
Packit Service f95697
Copyright (C) 2007, 2009, 2010, 2011, 2012, 2013, 2017
Packit Service f95697
Andrew Main (Zefram) <zefram@fysh.org>
Packit Service f95697
Packit Service f95697
LICENSE
Packit Service f95697
Packit Service f95697
This module is free software; you can redistribute it and/or modify it
Packit Service f95697
under the same terms as Perl itself.