summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
authorivan <ivan>2010-08-11 00:42:18 +0000
committerivan <ivan>2010-08-11 00:42:18 +0000
commitdc31464eeff58f3136ed5fe905d537874d4f3d65 (patch)
tree69407461076411e22f625434cbfc46b76f89a197 /httemplate
parent675bba9ce060e4bacf84ffeb94e2f7b9743dfd1a (diff)
fix date editing w/international dates, RT#9509
Diffstat (limited to 'httemplate')
-rwxr-xr-xhttemplate/edit/REAL_cust_pkg.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/edit/REAL_cust_pkg.cgi b/httemplate/edit/REAL_cust_pkg.cgi
index 77ab1fe67..77e5da141 100755
--- a/httemplate/edit/REAL_cust_pkg.cgi
+++ b/httemplate/edit/REAL_cust_pkg.cgi
@@ -133,7 +133,7 @@
my $conf = new FS::Conf;
my $date_format = $conf->config('date_format') || '%m/%d/%Y';
-my $format = $date_format. ' %T %z (%Z)';
+my $format = $date_format. ' %T'; # %z (%Z)';
</%shared>
<%init>