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 25
                static            string
    formatForJson(DateTimeImmutable $date)
        deprecated
    
    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.