DateFormat
Description:
[ CCode ( cprefix = "SOUP_DATE_" , type_id = "soup_date_format_get_type ()" ) ]
public enum DateFormat
Date formats that [func@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.
Content:
Enum values:
- COOKIE - The format for the "Expires"
timestamp in the Netscape cookie specification.
- HTTP - RFC 1123 format, used by the HTTP
"Date" header.
- ISO8601 - An alias for
SOUP_DATE_ISO8601_FULL.
- ISO8601_COMPACT - ISO 8601
date/time with no optional punctuation.
- ISO8601_FULL - ISO 8601 date/time with
all optional punctuation.
- ISO8601_XMLRPC - ISO 8601 date/time
as used by XML-RPC.
- RFC2822 - RFC 2822 format, eg "Sun, 6 Nov
1994 09:49:37 -0100"