X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=SL%2FHelper%2FDateTime.pm;h=58fe6f8796289626829455e5f2734d960d3cc274;hb=89c9ff022d3f13e27ba6bda085df15707fcfb0eb;hp=fa035ebfe9f338e1c3925130297d86b002d06e72;hpb=f9c7abfae65b79945beb7e9260942bc94876248a;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); }