From 2299fae9f0e895b5440e02b32c182bdbe8868654 Mon Sep 17 00:00:00 2001 From: Yonas Habteab Date: Wed, 10 May 2023 11:35:54 +0200 Subject: [PATCH] Include timezone name in serialized datetime format --- src/Contract/Frequency.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Contract/Frequency.php b/src/Contract/Frequency.php index be66bd6..2235787 100644 --- a/src/Contract/Frequency.php +++ b/src/Contract/Frequency.php @@ -8,7 +8,7 @@ interface Frequency extends JsonSerializable { /** @var string Format for representing datetimes when serializing the frequency to JSON */ - public const SERIALIZED_DATETIME_FORMAT = 'Y-m-d\TH:i:s.uP'; + public const SERIALIZED_DATETIME_FORMAT = 'Y-m-d\TH:i:s.ue'; /** * Get whether the frequency is due at the specified time