fix date editing w/international dates, RT#9509
authorivan <ivan>
Wed, 11 Aug 2010 00:42:18 +0000 (00:42 +0000)
committerivan <ivan>
Wed, 11 Aug 2010 00:42:18 +0000 (00:42 +0000)
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>