1DateTime::TimeZone::FloUasteirngC(o3n)tributed Perl DocuDmaetnetTaitmieo:n:TimeZone::Floating(3)
2
3
4
6 DateTime::TimeZone::Floating - A time zone that is always local
7
9 my $floating_tz = DateTime::TimeZone::Floating->new;
10
12 This class is used to provide the DateTime::TimeZone API needed by
13 DateTime.pm, but for floating times, as defined by the RFC 2445 spec.
14 A floating time has no time zone, and has an effective offset of zero.
15
17 This class has the same methods as a real time zone object, but the
18 "short_name_for_datetime()", and "category()" methods both return
19 undef.
20
22 Dave Rolsky, <autarch@urth.org>
23
25 Copyright (c) 2003-2008 David Rolsky. All rights reserved. This
26 program is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself.
28
29 The full text of the license can be found in the LICENSE file included
30 with this module.
31
32
33
34perl v5.10.1 2017-03-21 DateTime::TimeZone::Floating(3)