Skip to content

Commit

Permalink
Merge pull request #39 from Spoje-NET/Vitexus-patch-1-1
Browse files Browse the repository at this point in the history
Time Zone is not necessary for DateTime
  • Loading branch information
Vitexus committed Mar 17, 2024
2 parents e48d397 + 58983d6 commit bb04077
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AbraFlexi/DateTime.php
Expand Up @@ -26,7 +26,8 @@ class DateTime extends \DateTime
* Default output format
* @var string
*/
public static $format = 'Y-m-d\TH:i:s+P';

public static $format = 'Y-m-d\TH:i:s';

/**
* AbraFlexi dateTime to PHP DateTime conversion
Expand Down

0 comments on commit bb04077

Please sign in to comment.