Skip to content

Commit

Permalink
rex_formatter: intlDateTime statt strftime
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Sep 29, 2023
1 parent b3521d1 commit cf7846b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ supportpage: https://github.com/yakamara/ydeploy

requires:
php: '>=8.1'
redaxo: ^5.10
redaxo: ^5.13

conflicts:
packages:
Expand Down
2 changes: 1 addition & 1 deletion pages/system.ydeploy.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

if ($ydeploy->isDeployed()) {
$info = [
'Deployed' => rex_formatter::strftime($ydeploy->getTimestamp()->getTimestamp(), 'datetime'),
'Deployed' => rex_formatter::intlDateTime($ydeploy->getTimestamp()),
'Host' => $ydeploy->getHost(),
'Stage' => $ydeploy->getStage(),
'Branch' => $ydeploy->getBranch(),
Expand Down

0 comments on commit cf7846b

Please sign in to comment.