Skip to content

Commit

Permalink
Фикс формата времени в пакетном трекинге (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
dva-re authored and jhaoda committed Nov 10, 2019
1 parent 27510fb commit 58b97c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tracking/Packet/ItemsWrapper.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getItems()
public function getPreparedAt(): \DateTimeImmutable
{
return \DateTimeImmutable::createFromFormat(
'd.m.Y h:i:s',
'd.m.Y H:i:s',
$this->DatePreparation,
new \DateTimeZone('Europe/Moscow')
);
Expand Down

0 comments on commit 58b97c6

Please sign in to comment.