Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions locale.c
Original file line number Diff line number Diff line change
Expand Up @@ -8278,18 +8278,18 @@ aligned, as best we can, with the POSIX Standard, as follows:

=over

=item C<is_dist> is 0
=item C<isdst> is 0

The function is to assume that daylight savings time is not in effect. This
should now always work properly, as perl uses its own implementation in this
case, avoiding non-conforming libc ones.

=item C<is_dist> is E<gt>0
=item C<isdst> is E<gt>0

The function is to assume that daylight savings time is in effect, though some
underlying libc implementations treat this as a hint instead of a mandate.

=item C<is_dist> is E<lt>0
=item C<isdst> is E<lt>0

The function is to itself try to calculate if daylight savings time is in
effect. More recent libc implementations are better at this than earlier
Expand Down
Loading