Skip to content

Commit

Permalink
Merge pull request #38 from Spoje-NET/Vitexus-patch-1
Browse files Browse the repository at this point in the history
There is no reason to use microseconds
  • Loading branch information
Vitexus committed Mar 17, 2024
2 parents 8328868 + 0e016ec commit e48d397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbraFlexi/DateTime.php
Expand Up @@ -26,7 +26,7 @@ class DateTime extends \DateTime
* Default output format
* @var string
*/
public static $format = 'Y-m-d\TH:i:s.u+P';
public static $format = 'Y-m-d\TH:i:s+P';

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

0 comments on commit e48d397

Please sign in to comment.