Skip to content

Commit

Permalink
reverted eronous microsecond format to milliseconds
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Dec 23, 2021
1 parent f9abd31 commit 3ffdf51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class Grammar
*/
public function getDateFormat()
{
return 'Y-m-d\TH:i:s.u\Z';
return 'Y-m-d\TH:i:s.v\Z';
}

public function wrap(
Expand Down

0 comments on commit 3ffdf51

Please sign in to comment.