iso-8601

From Microformats Wiki
Revision as of 22:31, 12 May 2008 by CharlesBelov (talk | contribs) (→‎Issues: Added human-friendlyness issue for page creation)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

ISO 8601

The International Standards Organisation's standard, number 8601 is an international standard for date and time representations. It is used for all date-time representations in microformats.

Overview

For a plain-language overview of ISO 8601, we recommend the ISO 8601 summary by Markus Kuhn.

Microformats

Microformats using ISO8601 include:

RFC 3339

RFC 3339 defines a profile of ISO 8601 for the use in Internet protocols and standards.

  • It explicitly excludes durations and dates before the common era.
  • The more complex formats like week numbers and ordinal day are not permitted (see RFC 3339, section 5.6).

Microformats SHOULD use RFC 3339.

Issues

  • How should dates before the common era be marked up? Andy Mabbett
  • If a web page is created or edited by a non-technical human, it is unfriendly to expect them to work in ISO date format. Charles Belov

See also

Related pages