Skip to content

Commit

Permalink
Fix date format
Browse files Browse the repository at this point in the history
This is not MySQL.
  • Loading branch information
waldoj committed Jan 29, 2024
1 parent 5924ad7 commit a095b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/get_video.php
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@ function delete($message)
$video_handler->submit();

$log->put('Stored new ' . ucfirst($video->chamber) . ' ' . $video->type . ' video, for '
. date('%M %d, %Y', strtotime($video->date)) . ': ' . $video->path, 4);
. date('M d, Y', strtotime($video->date)) . ': ' . $video->path, 4);

0 comments on commit a095b01

Please sign in to comment.