Skip to content

Commit

Permalink
Fix date format for safari
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismiceli authored and cpeel committed Feb 9, 2022
1 parent e2c00d2 commit 9c25e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinc/graph_data.inc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function user_logging_on($past, $preceding)
switch ($past) {
case 'year':
$min_timestamp = time() - 366 * $seconds_per_day;
$date_format = '%Y-%c-%d';
$date_format = '%Y-%m-%d';
break;

case 'day':
Expand Down

0 comments on commit 9c25e09

Please sign in to comment.