X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FHelper%2FDateTime.pm;h=58fe6f8796289626829455e5f2734d960d3cc274;hb=6de8e1614fb03b63967d06bd8522b4b46260832e;hp=fa035ebfe9f338e1c3925130297d86b002d06e72;hpb=f3288b9cb4e09eac31d5a80f22063606e9a7b75d;p=kivitendo-erp.git diff --git a/SL/Helper/DateTime.pm b/SL/Helper/DateTime.pm index fa035ebfe..58fe6f879 100644 --- a/SL/Helper/DateTime.pm +++ b/SL/Helper/DateTime.pm @@ -1,5 +1,7 @@ package DateTime; +use strict; + sub now_local { return shift->now(time_zone => $::locale->get_local_time_zone); }