Skip to content

Commit 3c4c529

Browse files
committed
update renewal date format to be inline with license content date fields
1 parent e7d6e7f commit 3c4c529

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/license/info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
$data = $license->content();
4444
// Only include the fields we want to display
4545
$data = array_intersect_key($data, array_flip($licenseFields));
46-
$data['renewal'] = $license->renewal(format: 'Y-m-d', handler: 'date');
46+
$data['renewal'] = $license->renewal(format: 'Y-m-d H:i:s', handler: 'date');
4747

4848
// Print License info as table
4949
if ($format === 'table') {

0 commit comments

Comments
 (0)