Skip to content

Commit

Permalink
Add back the Z marker for UTC times
Browse files Browse the repository at this point in the history
  • Loading branch information
wxactly committed Mar 2, 2023
1 parent 8593a78 commit 31cf845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/Ics.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Ics implements Generator
/** @var string {@see https://www.php.net/manual/en/function.date.php} */
protected $dateFormat = 'Ymd';
/** @var string */
protected $dateTimeFormat = 'Ymd\THis';
protected $dateTimeFormat = 'Ymd\THis\Z';

/** @var array<non-empty-string, non-empty-string> */
protected $options = [];
Expand Down

0 comments on commit 31cf845

Please sign in to comment.