Gjsify LogoGjsify Logo

Date formats that soup_date_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.

Index

Enumeration Members

COOKIE: number

The format for the "Expires" timestamp in the Netscape cookie specification. Eg, "Sun, 06-Nov-1994 08:49:37 GMT".

HTTP: number

RFC 1123 format, used by the HTTP "Date" header. Eg "Sun, 06 Nov 1994 08:49:37 GMT"

ISO8601: number

An alias for SOUP_DATE_ISO8601_FULL.

ISO8601_COMPACT: number

ISO 8601 date/time with no optional punctuation. Eg, "19941106T094937-0100".

ISO8601_FULL: number

ISO 8601 date/time with all optional punctuation. Eg, "1994-11-06T09:49:37-01:00".

ISO8601_XMLRPC: number

ISO 8601 date/time as used by XML-RPC. Eg, "19941106T09:49:37".

RFC2822: number

RFC 2822 format, eg "Sun, 6 Nov 1994 09:49:37 -0100"

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method