Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
HazAT committed Apr 13, 2024
1 parent 61d31f7 commit c156e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webserver/app/Services/PackageInfoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ public function getFeatures(): array
public function getCreatedAt(): string
{
$date = new \DateTime($this->data['createdAt']);
return $date->format('Y-m-d H:i:s');
return $date->format('Y-m-d');
}
}

0 comments on commit c156e72

Please sign in to comment.