Revision 02742685
Von Sven Schöling vor fast 14 Jahren hinzugefügt
SL/Helper/DateTime.pm | ||
---|---|---|
1 | 1 |
package DateTime; |
2 | 2 |
|
3 |
use strict; |
|
4 |
|
|
3 | 5 |
sub now_local { |
4 | 6 |
return shift->now(time_zone => $::locale->get_local_time_zone); |
5 | 7 |
} |
Auch abrufbar als: Unified diff
strict!