Skip to content

Commit 3ffdf51

Browse files
reverted eronous microsecond format to milliseconds
1 parent f9abd31 commit 3ffdf51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Grammar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class Grammar
146146
*/
147147
public function getDateFormat()
148148
{
149-
return 'Y-m-d\TH:i:s.u\Z';
149+
return 'Y-m-d\TH:i:s.v\Z';
150150
}
151151

152152
public function wrap(

0 commit comments

Comments
 (0)