projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e24551e
)
strict!
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 25 Jan 2011 16:15:19 +0000
(17:15 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 25 Jan 2011 16:15:19 +0000
(17:15 +0100)
SL/Helper/DateTime.pm
patch
|
blob
|
history
diff --git
a/SL/Helper/DateTime.pm
b/SL/Helper/DateTime.pm
index
fa035eb
..
58fe6f8
100644
(file)
--- 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);
}