format('c'); } /** * Serialize the date as an ISO 8601 date when serializing as JSON. * * @return mixed|string */ public function jsonSerialize() { return (string) $this; } }