From: Sven Schöling Date: Tue, 25 Jan 2011 16:15:19 +0000 (+0100) Subject: strict! X-Git-Tag: release-2.6.2~25 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=02742685e1294d0e624f65685c3573130f65b03f;p=kivitendo-erp.git strict! --- 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); }