fixed the bug in the diff view that shows wrong date and time
This commit is contained in:
parent
1a8b9ee893
commit
986afffd9f
@ -242,7 +242,7 @@ $this->load->view (
|
||||
|
||||
print '<div class="metadata-commit-date">';
|
||||
printf ('[%s] ', $file['against']['created_rev']);
|
||||
print strftime ('%Y-%m-%d %H:%M:%S %z', $file['time_t']);
|
||||
print strftime ('%Y-%m-%d %H:%M:%S %z', $file['against']['time_t']);
|
||||
print '</div>'
|
||||
?>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user