Revision cad439ef
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Locale.pm | ||
---|---|---|
497 | 497 |
$myconfig->{numberformat} = $self->{saved_numberformat} if $self->{saved_numberformat}; |
498 | 498 |
} |
499 | 499 |
|
500 |
sub get_local_time_zone { |
|
501 |
my $self = shift; |
|
502 |
$self->{local_time_zone} ||= DateTime::TimeZone->new(name => 'local'); |
|
503 |
return $self->{local_time_zone}; |
|
504 |
} |
|
505 |
|
|
500 | 506 |
1; |
Auch abrufbar als: Unified diff
Hilfsfunktionen in DateTime
Conflicts: