1DateTime::TimeZone::FloUasteirngC(o3n)tributed Perl DocuDmaetnetTaitmieo:n:TimeZone::Floating(3)
2
3
4

NAME

6       DateTime::TimeZone::Floating - A time zone that is always local
7

VERSION

9       version 2.35
10

SYNOPSIS

12         my $floating_tz = DateTime::TimeZone::Floating->new;
13

DESCRIPTION

15       This class is used to provide the DateTime::TimeZone API needed by
16       DateTime.pm, but for floating times, as defined by the RFC 2445 spec.
17       A floating time has no time zone, and has an effective offset of zero.
18

USAGE

20       This class has the same methods as a real time zone object. The
21       "short_name_for_datetime()" method returns the string "floating" and
22       the "category()" method returns "undef".
23

SUPPORT

25       Bugs may be submitted at
26       <https://github.com/houseabsolute/DateTime-TimeZone/issues>.
27
28       I am also usually active on IRC as 'autarch' on "irc://irc.perl.org".
29

SOURCE

31       The source code repository for DateTime-TimeZone can be found at
32       <https://github.com/houseabsolute/DateTime-TimeZone>.
33

AUTHOR

35       Dave Rolsky <autarch@urth.org>
36
38       This software is copyright (c) 2019 by Dave Rolsky.
39
40       This is free software; you can redistribute it and/or modify it under
41       the same terms as the Perl 5 programming language system itself.
42
43       The full text of the license can be found in the LICENSE file included
44       with this distribution.
45
46
47
48perl v5.28.1                      2019-04-21   DateTime::TimeZone::Floating(3)
Impressum