- Issue created by @lawxen
- Merge request !59\DateTime::ISO8601 is deprecated use RFC3339 instead → (Merged) created by lawxen
- Issue was unassigned.
- Status changed to Needs review
7 months ago 5:24am 13 September 2024 - First commit to issue fork.
- 🇳🇱Netherlands bbrala Netherlands
Hmm, this would mean a change in the returned format:
public const string DateTimeInterface::ISO8601 = "Y-m-d\\TH:i:sO"; public const string DateTimeInterface::RFC3339 = "Y-m-d\\TH:i:sP";
The only change is the colon (:) between the hours. This is fine for new defaults. Existing configuration should not be affected.
- Status changed to Fixed
4 months ago 12:13pm 6 December 2024 -
bbrala →
committed 91300af5 on 8.x-3.x authored by
lawxen →
Issue #3474078 by lawxen, bbrala: \DateTime::ISO8601 is deprecated use...
-
bbrala →
committed 91300af5 on 8.x-3.x authored by
lawxen →
Automatically closed - issue fixed for 2 weeks with no activity.