Skip to content

Commit

Permalink
Use mini time format here
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Jul 8, 2014
1 parent 98a072e commit e063e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imp/lib/Maillog/Log/Base.php
Expand Up @@ -53,7 +53,7 @@ public function __get($name)

case 'date':
return strftime(
$prefs->getValue('date_format') . ' ' . $prefs->getValue('time_format'),
$prefs->getValue('date_format') . ' ' . $prefs->getValue('time_format_mini'),
$this->timestamp
);

Expand Down

0 comments on commit e063e35

Please sign in to comment.