From 4e164690d589d1fa17970b965c62043b923df13f Mon Sep 17 00:00:00 2001 From: Michael Date: Wed, 2 Jun 2021 03:19:55 +0000 Subject: [PATCH] Use the proper way to display milliseconds --- src/Util/DateTimeFormat.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/DateTimeFormat.php b/src/Util/DateTimeFormat.php index d2a96d035..292fc6150 100644 --- a/src/Util/DateTimeFormat.php +++ b/src/Util/DateTimeFormat.php @@ -34,7 +34,7 @@ class DateTimeFormat const ATOM = 'Y-m-d\TH:i:s\Z'; const MYSQL = 'Y-m-d H:i:s'; const HTTP = 'D, d M Y H:i:s \G\M\T'; - const API = 'Y-m-d\TH:i:s.000\Z'; + const API = 'Y-m-d\TH:i:s.v\Z'; /** * convert() shorthand for UTC.