Skip to content

Commit

Permalink
Include timezone name in serialized datetime format
Browse files Browse the repository at this point in the history
  • Loading branch information
yhabteab committed May 12, 2023
1 parent d0fa442 commit 2299fae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Contract/Frequency.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
interface Frequency extends JsonSerializable
{
/** @var string Format for representing datetimes when serializing the frequency to JSON */
public const SERIALIZED_DATETIME_FORMAT = 'Y-m-d\TH:i:s.uP';
public const SERIALIZED_DATETIME_FORMAT = 'Y-m-d\TH:i:s.ue';

/**
* Get whether the frequency is due at the specified time
Expand Down

0 comments on commit 2299fae

Please sign in to comment.