From 3ffdf51d88c773680f01921838b8269da37b7496 Mon Sep 17 00:00:00 2001 From: Bas Date: Thu, 23 Dec 2021 13:49:32 +0100 Subject: [PATCH] reverted eronous microsecond format to milliseconds --- src/Grammar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Grammar.php b/src/Grammar.php index 37aed39..89d39a0 100644 --- a/src/Grammar.php +++ b/src/Grammar.php @@ -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(