fix date editing w/international dates, RT#9509
[freeside.git] / httemplate / edit / REAL_cust_pkg.cgi
index 77ab1fe..77e5da1 100755 (executable)
 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>