Skip to content

Commit

Permalink
Apply timezone conversion on index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
yunpengn committed Aug 19, 2018
1 parent 8a1af13 commit a1c4f47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function formatTime($date) {
<tr>
<td><?php echo $all_files[$i]['file_name']; ?></td>
<td><?php echo $all_files[$i]['author']; ?></td>
<td><?php echo $all_files[$i]['uploaded_at']; ?></td>
<td><?php echo formatTime($all_files[$i]['uploaded_at']); ?></td>
<td><?php echo $all_files[$i]['description']; ?></td>
<td><a href="javascript:void(0);" class="download_link" download="<?php echo $saveAsName; ?>" onclick="fill_download_form(<?php echo $all_files[$i]['id']; ?>);">Click here</a></td>
</tr>
Expand Down

0 comments on commit a1c4f47

Please sign in to comment.