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.57
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. A
17       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

SOURCE

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

AUTHOR

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