:right-sidebar: True DateFormat =================================================================== .. currentmodule:: gi.repository.Soup .. class:: DateFormat :no-contents-entry: Date formats that :obj:`~gi.repository.Soup.date_time_to_string` can use. ``SOUP_DATE_HTTP`` and ``SOUP_DATE_COOKIE`` always coerce the time to UTC. This enum may be extended with more values in future releases. Fields ------ .. rst-class:: interim-class .. class:: DateFormat :no-index: .. attribute:: COOKIE The format for the "Expires" timestamp in the Netscape cookie specification. Eg, "Sun, 06-Nov-1994 08:49:37 GMT". .. attribute:: HTTP RFC 1123 format, used by the HTTP "Date" header. Eg "Sun, 06 Nov 1994 08:49:37 GMT".