Skip to content

Commit

Permalink
Updating time format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Rathsam committed Jan 6, 2021
1 parent bceaf7a commit 21871c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/CCR/Log.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Log
{

const LINE_FORMAT = "%datetime% [%level_name%] %message%\n";
const TIME_FORMAT = 'Y-m-d h:i:s';
const TIME_FORMAT = 'Y-m-d H:i:s';

// Class constants so "Log.php" doesn't need to be required by users
// of the Log class.
Expand Down

0 comments on commit 21871c6

Please sign in to comment.