.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is >0, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{\ . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" ======================================================================== .\" .IX Title "Data::ICal::Entry::TimeZone::Daylight 3pm" .TH Data::ICal::Entry::TimeZone::Daylight 3pm "2020-01-06" "perl v5.30.0" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Data::ICal::Entry::TimeZone::Daylight \- Represents a Daylight Time base offset from UTC for parent TimeZone .SH "DESCRIPTION" .IX Header "DESCRIPTION" A time zone is unambiguously defined by the set of time measurement rules determined by the governing body for a given geographic area. These rules describe at a minimum the base offset from \s-1UTC\s0 for the time zone, often referred to as the Standard Time offset. Many locations adjust their Standard Time forward or backward by one hour, in order to accommodate seasonal changes in number of daylight hours, often referred to as Daylight Saving Time. Some locations adjust their time by a fraction of an hour. Standard Time is also known as Winter Time. Daylight Saving Time is also known as Advanced Time, Summer Time, or Legal Time in certain countries. The following table shows the changes in time zone rules in effect for New York City starting from 1967. Each line represents a description or rule for a particular observance. .PP .Vb 1 \& Effective Observance Rule \& \& Date (Date/Time) Offset Abbreviation \& \& 1967\-* last Sun in Oct, 02:00 \-0500 EST \& \& 1967\-1973 last Sun in Apr, 02:00 \-0400 EDT \& \& 1974\-1974 Jan 6, 02:00 \-0400 EDT \& \& 1975\-1975 Feb 23, 02:00 \-0400 EDT \& \& 1976\-1986 last Sun in Apr, 02:00 \-0400 EDT \& \& 1987\-* first Sun in Apr, 02:00 \-0400 EDT .Ve .PP Note: The specification of a global time zone registry is not addressed by this document and is left for future study. However, implementers may find the Olson time zone database [\s-1TZ\s0] a useful reference. It is an informal, public-domain collection of time zone information, which is currently being maintained by volunteer Internet participants, and is used in several operating systems. This database contains current and historical time zone information for a wide variety of locations around the globe; it provides a time zone identifier for every unique time zone rule set in actual use since 1970, with historical data going back to the introduction of standard time. .SH "METHODS" .IX Header "METHODS" .SS "ical_entry_type" .IX Subsection "ical_entry_type" Returns \f(CW\*(C`DAYLIGHT\*(C'\fR, its iCalendar entry name. .SS "mandatory_unique_properties" .IX Subsection "mandatory_unique_properties" According to the iCalendar standard, the following properties must be specified exactly one time in a daylight declaration: .PP .Vb 1 \& dtstart tzoffsetto tzoffsetfrom .Ve .SS "optional_repeatable_properties" .IX Subsection "optional_repeatable_properties" According to the iCalendar standard, the following properties may be specified any number of times for a daylight declaration: .PP .Vb 1 \& comment rdate rrule tzname .Ve .SH "AUTHOR" .IX Header "AUTHOR" Best Practical Solutions, \s-1LLC\s0 .SH "LICENCE AND COPYRIGHT" .IX Header "LICENCE AND COPYRIGHT" Copyright (c) 2005 \- 2020, Best Practical Solutions, \s-1LLC.\s0 All rights reserved. .PP This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.