Skip to content

Commit

Permalink
Preserve microseconds (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
datashaman authored Jul 14, 2021
1 parent b67098c commit 0cf1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceBusEvent.php
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ public function getParams(): array
'events' => [$this->eventType],
'venture_reference' => $this->ventureReference,
'venture_config_id' => $this->ventureConfig['venture_config_id'],
'created_at' => $this->createdAt->toIso8601String(),
'created_at' => $this->createdAt->toISOString(),
'culture' => $this->getCulture(),
'action_type' => $this->actionType,
'action_reference' => $this->actionReference,
Expand Down

0 comments on commit 0cf1d31

Please sign in to comment.