Author: ruoso
Date: 2009-09-09 04:32:41 +0200 (Wed, 09 Sep 2009)
New Revision: 28209
Modified:
docs/Perl6/Spec/S32-setting-library/Temporal.pod
Log:
[spec-S32-Temporal] minor pod fixes
Modified: docs/Perl6/Spec/S32-setting-library/Temporal.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Temporal.pod 2009-09-09 02:26:50 UTC
(rev 28208)
+++ docs/Perl6/Spec/S32-setting-library/Temporal.pod 2009-09-09 02:32:41 UTC
(rev 28209)
@@ -56,6 +56,7 @@
=over
=item method calendartime($epoch = time(), *%options)
+
=item multi calendartime($epoch = time(), $calendar = $*CALENDAR, *%options)
Returns a DateTime object in the current calendar for the given TAI
@@ -87,6 +88,7 @@
=over
=item method gmtime($epoch = time(), *%options )
+
=item multi gmtime($epoch = time(), $calendar = $*CALENDAR, *%options)
Returns a DateTime object in the GMT timezone, considering $epoch to
@@ -95,6 +97,7 @@
calendartime($epoch, $calendar, :time-zone('GMT'))
=item method localtime($epoch = time(), *%options )
+
=item multi localtime($epoch = time(), $calendar = $*CALENDAR, *%options)
Returns a DateTime object in the local timezone taken from the system,
@@ -150,6 +153,8 @@
The following method is implemented by all Duration objects.
+=over
+
=item tai
Returns the amount of TAI seconds described in this duration. Note
@@ -158,6 +163,8 @@
be an estimated value for Duration types that depend on an anchor date
(i.e.: 1 month).
+=back
+
=head2 TimeZone
This is the base for the entire time-zone database with the complete
@@ -174,7 +181,9 @@
=over
=item Start and end DateTime
+
=item Start DateTime and Duration
+
=item Duration and end DateTime
=back