File: README

package info (click to toggle)
libdatetime-timezone-tzfile-perl 0.011-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 188 kB
  • sloc: perl: 320; makefile: 2
file content (34 lines) | stat: -r--r--r-- 797 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
NAME

DateTime::TimeZone::Tzfile - tzfile (zoneinfo) timezone files

DESCRIPTION

An instance of this class represents a timezone that was encoded in a
file in the tzfile(5) format.  These can express arbitrary patterns of
offsets from Universal Time, changing over time.  Offsets and change
times are limited to a resolution of one second.

This class implements the DateTime::TimeZone interface, so that its
instances can be used with DateTime objects.

INSTALLATION

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

AUTHOR

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

COPYRIGHT

Copyright (C) 2007, 2009, 2010, 2011, 2012, 2013, 2017
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.