From 02742685e1294d0e624f65685c3573130f65b03f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 25 Jan 2011 17:15:19 +0100 Subject: [PATCH] strict! --- SL/Helper/DateTime.pm | 2 ++ 1 file changed, 2 insertions(+) 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); } -- 2.20.1