Skip to content

Commit

Permalink
Merge branch '1.x' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
lptn committed Mar 1, 2023
2 parents fb10053 + eccc260 commit 603c030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Generators/Ics.php
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\Z';
protected $dateTimeFormat = 'Ymd\THis';

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

0 comments on commit 603c030

Please sign in to comment.