Skip to content

Commit

Permalink
quickstart UTC note added
Browse files Browse the repository at this point in the history
  • Loading branch information
prolic committed Aug 26, 2015
1 parent 575e246 commit 3218e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/quickstart.php
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public function get(Uuid $uuid)
$eventStore->getActionEventEmitter()->attachListener('commit.post', function (ActionEvent $event) {
foreach ($event->getParam('recordedEvents', []) as $streamEvent) {
echo sprintf(
"Event with name %s was recorded. It occurred on %s /// ",
"Event with name %s was recorded. It occurred on %s UTC /// ",
$streamEvent->messageName(),
$streamEvent->createdAt()->format('Y-m-d H:i:s')
);
Expand Down

0 comments on commit 3218e99

Please sign in to comment.