DateHelper
class DateHelper
Methods
static string
formatForJson(DateTimeImmutable $date)
deprecated
Unfortunately PHP has no easy way to create a nice, ISO 8601 formatted date string with milliseconds and Z as the time zone specifier. Thus this hack.
Details
at line 23
static string
formatForJson(DateTimeImmutable $date)
deprecated
deprecated 2.2 Use Contentful\format_date_for_json($date) instead
Unfortunately PHP has no easy way to create a nice, ISO 8601 formatted date string with milliseconds and Z as the time zone specifier. Thus this hack.