[ CCode ( cprefix = "SOUP_DATE_" , type_id = "soup_date_format_get_type ()" ) ]
public enum DateFormat
Date formats that to_string can use.
SOUP_DATE_HTTP
and SOUP_DATE_COOKIE
always coerce the time to UTC. SOUP_DATE_ISO8601_XMLRPC
uses
the time as given, ignoring the offset completely. SOUP_DATE_RFC2822
and the other ISO 8601 variants use the local time,
appending the offset information if available.
This enum may be extended with more values in future releases.