ISO 8601 is aninternational standard covering the worldwide exchange and communication ofdate andtime-related data. It is maintained by theInternational Organization for Standardization (ISO) and was first published in 1988, with updates in 1991, 2000, 2004, and 2019, and an amendment in 2022.[1] The standard provides a well-defined, unambiguous method of representing calendar dates and times in worldwide communications, especially to avoid misinterpreting numeric dates and times when such data is transferred betweencountries with different conventions for writing numeric dates and times.
ISO 8601 applies to these representations and formats:dates, in theGregorian calendar (including theproleptic Gregorian calendar);times, based on the24-hour timekeeping system, with optionalUTC offset;time intervals; and combinations thereof.[2] The standard does not assign specific meaning to any element of the dates/times represented: the meaning of any element depends on the context of its use. Dates and times represented cannot use words that do not have a specified numerical meaning within the standard (thus excludingnames of years in theChinese calendar), or that do not usecomputer characters (excludes images or sounds).[2]
In representations that adhere to the ISO 8601interchange standard, dates and times are arranged such that the greatest temporal term (typically a year) is placed at the left and each successively lesser term is placed to the right of the previous term. Representations must be written in a combination ofArabic numerals and the specific computer characters (such as "‐", ":", "T", "W", "Z") that are assigned specific meanings within the standard; that is, such commonplace descriptors of dates (or parts of dates) as "January", "Thursday", or "New Year's Day" are not allowed in interchange representations within the standard.
The first edition of the ISO 8601 standard was published asISO 8601:1988 in 1988. It unified and replaced a number of older ISO standards on various aspects of date and time notation:ISO 2014,ISO 2015,ISO 2711,ISO 3307, andISO 4031.[3] It has been superseded by a second editionISO 8601:2000 in 2000, by a third editionISO 8601:2004 published on 1 December 2004, and withdrawn and revised byISO 8601-1:2019 andISO 8601-2:2019 on 25 February 2019. ISO 8601 was prepared by,[4] and is under the direct responsibility of,ISO Technical Committee TC 154.[5]
ISO 2014, though superseded, is the standard that originally introduced the all-numeric date notation inmost-to-least-significant order[YYYY]-[MM]-[DD]. The ISO week numbering system was introduced in ISO 2015, and the identification of days by ordinal dates was originally defined in ISO 2711.
Issued in February 2019,[6] the fourth revision of the standard ISO 8601-1:2019 represents slightly updated contents of the previous ISO 8601:2004 standard,[7][8] whereas the new ISO 8601-2:2019 defines various extensions such as uncertainties or parts of theExtended Date/Time Format (EDTF).[9][10][11][12][13][14]
An amendment was published in October 2022 featuring minor technical clarifications and attempts to remove ambiguities in definitions. The most significant change, however, was the reintroduction of the "24:00:00" format to refer to the instant at theend of a calendar day.
History of published editions and amendments
Name
Description
ISO 8601:1988
Data elements and interchange formats — Information interchange — Representation of dates and times
ISO 8601:1988/COR 1:1991
Data elements and interchange formats — Information interchange — Representation of dates and times — Technical Corrigendum 1
ISO 8601:2000
Data elements and interchange formats — Information interchange — Representation of dates and times
ISO 8601:2004
Data elements and interchange formats — Information interchange — Representation of dates and times
ISO 8601-1:2019
Date and time — Representations for information interchange — Part 1: Basic rules
ISO 8601-2:2019
Date and time — Representations for information interchange — Part 2: Extensions
ISO 8601-1:2019/Amd 1:2022
Date and time — Representations for information interchange — Part 1: Basic rules — Amendment 1: Technical corrections
Date and time values are ordered from the largest to smallest unit of time: year, month (or week), day, hour, minute, second, and fraction of second. Thelexicographical order of the representation thus corresponds to chronological order, except for date representations involving negative years or time offset. This allows dates to be naturallysorted by, for example, file systems.
Each date and time value has a fixed number of digits that must be padded withleading zeros.
Representations can be done in one of two formats – abasic format with a minimal number of separators or anextended format with separators added to enhance human readability.[15][16] The standard notes that "The basic format should be avoided inplain text."[17] The separator used between date values (year, month, week, and day) is thehyphen, while thecolon is used as the separator between time values (hours, minutes, and seconds). For example, the 6th day of the 1st month of the year 2009 may be written as"2009-01-06" in the extended format or as "20090106" in the basic format without ambiguity.
For reducedprecision,[18] any number of values may be dropped from any of the date and time representations, but in the order from the least to the most significant. For example, "2004-05" is a valid ISO 8601 date, which indicates May (the fifth month) 2004. This format will never represent the 5th day of an unspecified month in 2004, nor will it represent a time-span extending from 2004 into 2005.
If necessary for a particular application, the standard supports the addition of adecimal fraction to the smallest time value in the representation.
The standard uses theGregorian calendar, which "serves as an international standard for civil use".[19]
ISO 8601 allows Gregorian dates from the introduction of the calendar on 15 October 1582. For earlier (pre-Gregorian) dates, the calendar may be extended before its introduction (theproleptic Gregorian calendar) by explicit agreement of the parties involved. Such proleptic dates may not be adjusted to reconcile them with Julian dates.
ISO 8601 prescribes, as a minimum, a four-digit year [YYYY] to avoid theyear 2000 problem. It therefore represents years from 0000 to 9999, year 0000 being equal to 1BC and all othersAD, similar toastronomical year numbering. However, years before 1583 (the first full year following the introduction of theGregorian calendar) are not automatically allowed by the standard. Instead, the standard states that "values in the range [0000] through [1582] shall only be used by mutual agreement of the partners in information interchange".[20]
To represent years before0000 or after9999, the standard also permits the expansion of the year representation but only by prior agreement between the sender and the receiver.[21] An expanded year representation [±YYYYY] must have an agreed-upon number of extra year digits beyond the four-digit minimum, and it must be prefixed with a + or − sign[22] instead of the more commonAD/BC (orCE/BCE) notation; by convention 1 BC is labelled+0000, 2 BC is labeled −0001, and so on.[23]
Only allowed in the (now superseded) 2000 version:[24]
YY-MM-DD
or
YYMMDD
-YY-MM
or
-YYMM
--MM-DD
or
--MMDD
--MM
---DD
Calendar date representations are in the form shown in the adjacent box. [YYYY] indicates a four-digit year, 0000 through 9999. [MM] indicates a two-digit month of the year, 01 through 12. [DD] indicates a two-digit day of that month, 01 through 31. For example, "5 April 1981" may be represented as either"1981-04-05"[15] in theextended format or "19810405" in thebasic format.
The standard also allows for calendar dates to be written with reduced precision. For example, one may write"1981-04" to mean "1981 April". One may simply write "1981" to refer to that year, "198" to refer to thedecade from 1980 to 1989 inclusive, or "19" to refer to thecentury from 1900 to 1999 inclusive. Although the standard allows both the"YYYY-MM-DD" and YYYYMMDD formats for complete calendar date representations, if the day [DD] is omitted then only theYYYY-MM format is allowed. By disallowing dates of the form YYYYMM, the standard avoids confusion with thetruncated representation[1][3] YYMMDD (still often used). The 2000 version also allowed writing the truncation"--04-05" to mean "April 5"[25] but the 2004 version does not allow omitting the year when a month is present.
Examples:
7 January 2000 can be written as "2000-01-07" or "20000107"
Week date representations are in the formats as shown in the adjacent box. [YYYY] indicates theISO week-numbering year which is slightly different from the traditionalGregorian calendar year (see below). [Www] is theweek number prefixed by the letterW, from W01 through W53. [D] is theweekday number, from 1 through 7, beginning with Monday and ending with Sunday.
There are several mutually equivalent and compatible descriptions of week 01:
the week with the firstbusiness day in the starting year (considering that Saturdays, Sundays and 1 January are non-working days),
the week with the starting year's first Thursday in it (the formal ISO definition),
the week with 4 January in it,
the first week with the majority (four or more) of its days in the starting year, and
the week starting with the Monday in the period 29 December to 4 January.
As a consequence, if 1 January is on a Monday, Tuesday, Wednesday or Thursday, it is in week 01. If 1 January is on a Friday, Saturday or Sunday, it is in week 52 or 53 of the previous year (there is no week 00). 28 December is always in the last week of its year.
The week number can be described by counting the Thursdays: week 12 contains the 12th Thursday of the year.
TheISO week-numbering year starts at the first day (Monday) of week 01 and ends at the Sunday before the new ISO year (hence without overlap or gap). It consists of 52 or 53 full weeks. The first ISO week of a year may have up to three days that are actually in the Gregorian calendar year that is ending; if three, they are Monday, Tuesday and Wednesday. Similarly, the last ISO week of a year may have up to three days that are actually in the Gregorian calendar year that is starting; if three, they are Friday, Saturday, and Sunday. The Thursday of each ISO week is always in the Gregorian calendar year denoted by the ISO week-numbering year.
Anordinal date is anordinal format for the multiples of a day elapsed since the start of year.It is represented as "YYYY-DDD" (or YYYYDDD), where [YYYY] indicates a year and [DDD] is the "day of year", from 001 through 365 (366 inleap years). For example,"1981-04-05" is the same as"1981-095".
This simple form is preferable for occasions when the arbitrary nature of week and month definitions are more of an impediment than an aid, for instance, when comparing dates from different calendars. This format is used with simple hardware systems that have a need for a date system, but where including full calendar calculation software may be a significant nuisance. This system is sometimes referred to as "Julian Date", but this can cause confusion with the astronomicalJulian day, a sequential count of the number of days since day 0 beginning1 January 4713 BC Greenwich noon, Julian proleptic calendar (or noon on ISO date−4713-11-24 which uses the Gregorian proleptic calendar with a year 0000).
ISO 8601 uses the24-hour clock system. As of ISO 8601-1:2019, thebasic format is T[hh][mm][ss] and theextended format is T[hh]:[mm]:[ss]. Earlier versions omitted the T (representing time) in both formats.
[hh] refers to a zero-paddedhour between 00 and 24.
[mm] refers to a zero-paddedminute between 00 and 59.
[ss] refers to a zero-paddedsecond between 00 and 60 (where 60 is only used to denote an addedleap second).
So a time might appear as either "T134730" in thebasic format or "T13:47:30" in theextended format. ISO 8601-1:2019 allows the T to be omitted in the extended format, as in "13:47:30", but only allows the T to be omitted in the basic format when there is no risk of confusion with date expressions.
Either the seconds, or the minutes and seconds, may be omitted from the basic or extended time formats for greater brevity but decreased precision; the resulting reduced precision time formats are:[26]
T[hh][mm] inbasic format or T[hh]:[mm] inextended format, when seconds are omitted.
T[hh], when both seconds and minutes are omitted.
As of ISO 8601-1:2019/Amd 1:2022, "00:00:00" may be used to refer tomidnight corresponding to the instant at the beginning of a calendar day; and "24:00:00" to refer to midnight corresponding to the instant at the end of a calendar day.[1] ISO 8601-1:2019 as originally published removed "24:00:00" as a representation for the end of day although it had been permitted in earlier versions of the standard.
A decimal fraction may be added to the lowest order time element present in any of these representations. Adecimal mark, either acomma or adot on the baseline, is used as a separator between the time element and its fraction. (FollowingISO 80000-1 according to ISO 8601:1-2019,[27] it does not stipulate a preference except within International Standards, but with a preference for acomma according to ISO 8601:2004.[28])For example, to denote "14 hours, 30 and one half minutes", do not include a seconds figure; represent it as "14:30,5", "T1430,5", "14:30.5", or "T1430.5".
There is no limit on the number of decimal places for the decimal fraction. However, the number of decimal places needs to be agreed to by the communicating parties. For example, in Microsoft SQL Server, theprecision of a decimal fraction is 3 for a DATETIME, i.e., "yyyy-mm-ddThh:mm:ss[.mmm]".[29]
If no UTC relation information is given with a time representation, the time is assumed to be in local time. While itmay be safe to assume local time when communicating in the same time zone, it is ambiguous when used in communicating across different time zones. Even within a single geographic time zone, some local times will be ambiguous if the region observesdaylight saving time. It is usually preferable to indicate a time zone (zone designator) using the standard's notation.
If the time is inUTC, add aZ directly after the time without a space.Z is the zone designator for the zero UTC offset. "09:30 UTC" is therefore represented as "09:30Z" or "T0930Z". "14:45:15 UTC" would be "14:45:15Z" or "T144515Z".
TheZ suffix in the ISO 8601 time representation is sometimes referred to as "Zulu time" or "Zulu meridian" because the same letter is used to designate theZulu time zone.[30] However the ACP 121 standard that defines the list of military time zones makes no mention of UTC and derives the "Zulu time" from theGreenwich Mean Time[31] which was formerly used as the international civil time standard. GMT is no longer precisely defined by the scientific community and can refer to either UTC orUT1 depending on context.[32]
TheUTC offset is appended directly to the time instead of "Z" suffix above; othernautical time zone letters are not used. The offset is applied toUTC to get thecivil time in the designatedtime zone in the format '±[hh]:[mm]', '±[hh][mm]', or '±[hh]'.
A negativeUTC offset describes a time zone west of theprime meridian where the civil time is behind UTC. So the zone designation forNew York (onstandard time) would be "−05:00","−0500", or "−05".Conversely, a positive UTC offset describes a time zone east of the prime meridian where the civil time is ahead ofUTC. So the zone designation forCairo will be "+02:00","+0200", or "+02".
A time zone where the civil time coincides with UTC is always designated as positive, though the offset is zero (see related specifications below). So the zone designation forLondon (onstandard time) would be "+00:00", "+0000", or "+00".
It is not permitted to state a zero value time offset with a negative sign, as "−00:00", "−0000", or "−00". The section dictating sign usage states that a plus sign must be used for a positive or zero value, and a minus sign for a negative value. Aplus-minus-sign (±) may also be used if it is available.[33]
Contrary to this rule, RFC 3339, which is otherwise a profile of ISO 8601, permits the use of "−00" with the same denotation as "+00" but a differing connotation: an unknownUTC offset.[34][35]
To represent a negative offset, ISO 8601 specifies using aminus sign (−). If the interchange character set is limited and does not have a minus sign character, then thehyphen-minus should be used (-).[36]ASCII does not have a minus sign, so its hyphen-minus character (code 4510) would be used. If the character set has a minus sign, such asU+2212−MINUS SIGN inUnicode, then that character should be used. TheHTML character entity invocation for− is−.
ISO 8601-2:2019 allows for general durations for time offsets. For example, more precision can be added to the time offset with the format '<time>±[hh]:[mm]:[ss].[sss]' or '<time>±[n]H[n]M[n]S' as below.
A single point in time can be represented by concatenating a complete date expression, the letter"T" as a delimiter, and a valid time expression. For example,"2007-04-05T14:30". In ISO 8601:2004 it was permitted to omit the"T" character by mutual agreement as in"200704051430",[37] but this provision was removed in ISO 8601-1:2019.Separating date and time parts with other characters such as space is not allowed in ISO 8601, but allowed in its profile RFC 3339.[38]
If a time zone designator is required, it follows the combined date and time. For example,"2007-04-05T14:30Z" or"2007-04-05T12:30−02:00".
Either basic or extended formats may be used, but both date and time must use the same format. The date expression may be calendar, week, or ordinal, and must use a complete representation. The time may be represented using a specified reduced precision format.
Durations define the amount of intervening time in a time interval and are represented by the format P[n]Y[n]M[n]DT[n]H[n]M[n]S or P[n]W as shown on the aside. In these representations, the [n] is replaced by the value for each of the date and time elements that follow the [n]. Leading zeros are not required, but the maximum number of digits for each element should be agreed to by the communicating parties. The capital lettersP,Y,M,W,D,T,H,M, andS are designators for each of the date and time elements and are not replaced.
P is the duration designator (forperiod) placed at the start of the duration representation.
Y is the year designator that follows the value for the number of calendar years.
M is the month designator that follows the value for the number of calendar months.
W is the week designator that follows the value for the number of weeks.
D is the day designator that follows the value for the number of calendar days.
T is the time designator that precedes the time components of the representation.
H is the hour designator that follows the value for the number of hours.
M is the minute designator that follows the value for the number of minutes.
S is the second designator that follows the value for the number of seconds.
For example, "P3Y6M4DT12H30M5S" represents a duration of "three years, six months, four days, twelve hours, thirty minutes, and five seconds".
Date and time elements including their designator may be omitted if their value is zero, and lower-order elements may also be omitted for reduced precision. For example, "P23DT23H" and "P4Y" are both acceptable duration representations. However, at least one element must be present, thus "P" is not a valid representation for a duration of 0 seconds. "PT0S" or "P0D", however, are both valid and represent the same duration.
To resolve ambiguity, "P1M" is a one-month duration and "PT1M" is a one-minute duration (note the time designator, T, that precedes the time value). The smallest value used may also have a decimal fraction,[39] as in "P0.5Y" to indicate half a year. This decimal fraction may be specified with either acomma or afull stop, as in "P0,5Y" or "P0.5Y". The standard does not prohibit date and time values in a duration representation from exceeding their "carry over points" except as noted below. Thus, "PT36H" could be used as well as "P1DT12H" for representing the same duration. But keep in mind that "PT36H" is not the same as "P1DT12H" when switching from or toDaylight saving time.
Alternatively, a format for duration based on combined date and time representations may be used by agreement between the communicating parties either in the basic format PYYYYMMDDThhmmss or in the extended formatP[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss]. For example, the first duration shown above would be"P0003-06-04T12:30:05". However, individual date and time values cannot exceed theirmoduli (e.g. a value of 13 for the month or 25 for the hour would not be permissible).[40]
The standard describes a duration as part of time intervals, which are discussed in the next section. The duration format on its own is ambiguous regarding the total number of days in a calendar year and calendar month. The number of seconds in a calendar day is also ambiguous because ofleap seconds. For example "P1M" on its own could be 28, 29, 30, or 31 days. There is no ambiguity when used in a time interval. Using example "P2M" duration of two calendar months:
interval 2003-02-15T00:00:00Z/P2M ends two calendar months later at 2003-04-15T00:00:00Z which is 59 days later
interval 2003-07-15T00:00:00Z/P2M ends two calendar months later at 2003-09-15T00:00:00Z which is 62 days later
The duration format (or a subset thereof) is widely used independent of time intervals, as with the Java 8 Duration class which supports a subset of the duration format.[41][42]
A time interval is the intervening time between two time points. The amount of intervening time is expressed by a duration (as described in the previous section). The two time points (start and end) are expressed by either a combined date and time representation or just a date representation.
There are four ways to express a time interval:
Start and end, such as "2007-03-01T13:00:00Z/2008-05-11T15:30:00Z"
Start and duration, such as "2007-03-01T13:00:00Z/P1Y2M10DT2H30M"
Duration and end, such as "P1Y2M10DT2H30M/2008-05-11T15:30:00Z"
Duration only, such as "P1Y2M10DT2H30M", with additional context information
Of these, the first three require two values separated by aninterval designator which is usually a solidus (more commonly referred to as aforward slash "/"). Section 3.2.6 of ISO 8601-1:2019 notes that "A solidus may be replaced by a double hyphen ["--"] by mutual agreement of the communicating partners", and previous versions used notations like "2000--2002".[43] Use of a double hyphen instead of a solidus allows inclusion in computerfilenames;[44] in common operating systems, a solidus is areserved character and is not allowed in a filename.
For <start>/<end> expressions, if any elements are missing from the end value, they are assumed to be the same as for the start value including the time zone. This feature of the standard allows for concise representations of time intervals. For example, the date of a two-hour meeting including the start and finish times could be shown as "2007-12-14T13:30/15:30", where "/15:30" implies "/2007-12-14T15:30" (the same date as the start), or the beginning and end dates of a monthly billing period as "2008-02-15/03-14", where "/03-14" implies "/2008-03-14" (the same year as the start).
If greater precision is desirable to represent the time interval, then more time elements can be added to the representation. An interval denoted"2007-11-13/15" can start at any time on2007-11-13 and end at any time on2007-11-15, whereas"2007-11-13T09:00/15T17:00" includes the start and end times.To explicitly include all of the start and end dates, the interval would be represented as"2007-11-13T00:00/16T00:00".
Repeating intervals are specified in clause "4.5 Recurring time interval". They are formed by adding "R[n]/" to the beginning of an interval expression, whereR is used as the letter itself and [n] is replaced by the number of repetitions. Leaving out the value for [n] or specifying a value of -1, means an unbounded number of repetitions. A value of 0 for [n] means the interval is not repeated.
If the interval specifies the start (forms 1 and 2 above), then this is the start of the repeating interval. If the interval specifies the end but not the start (form 3 above), then this is the end of the repeating interval. For example, to repeat the interval of "P1Y2M10DT2H30M" five times starting at"2008-03-01T13:00:00Z", use"R5/2008-03-01T13:00:00Z/P1Y2M10DT2H30M".
ISO 8601:2000 allowed truncation (by agreement), where leading components of a date or time are omitted. Notably, this allowed two-digit years to be used as well as the ambiguous formats YY-MM-DD and YYMMDD. This provision was removed in ISO 8601:2004.
Some Truncated Representations (last valid in ISO 8601:2000)
Type
Basic format
Basic example
Extended format
Extended example
A specific date in the implied century
YYMMDD
851026
YY-MM-DD
85-10-26
A specific year and month in the implied century
-YYMM
-8510
-YY-MM
-85-10
A specific year in the implied century
-YY
-85
—
A specific day of a month in the implied year
--MMDD
--1026
--MM-DD
--10-26
A specific month in the implied year
--MM
--10
—
A specific day in the implied month
---DD
---26
A specific year and ordinal day in the implied century
YYDDD
85299
YY-DDD
85-299
A specific ordinal day in the implied year
-DDD
-299
—
A specific year and week in the implied decade
-YWww
-5W43
-Y-Www
-5-W43
A specific week and day in the implied year
-WwwD
-W436
-Www-D
-W43-6
A specific day in the implied week
-W-D
-W-6
—
A specific minute and second of the implied hour
-mmss
-3456
-mm:ss
-34:56
A specific second of the implied minute
-ss
-56
—
A specific minute and decimal fraction of the implied hour
-mm,m
-34,9
—
The first and seventh examples given above omit the leading- for century. Other formats have one leading- per omitted century, year, month, week, hour and minute as necessary to disambiguate the format.
ISO 8601-2:2019 defines a set of standardised extensions to the ISO 8601 date and time formats.
Extended Date/Time Format (EDTF)
The EDTF is given as an example of a profile of ISO 8601. Some of its features are:[9]
Uncertain and approximate qualifiers, '?' and '~', as well as their combined used, '%'; they can be applied to the whole date or to individual components.
Time intervals with an open (unbounded) end or an unknown end.
Exponential and significant figure notation in years.
Special "month" values indicating sub-year groupings such as seasons and quarters.
Syntax for serializing a list of dates.
The EDTF features are described in the "Date and Time Extensions" section of ISO 8601-2:2019.
Repeat rules for recurring time intervals
ISO 8601-2:2019 also defines a format to constrain repeating intervals based on syntax fromiCalendar.
$ date --iso-8601=ns2025-02-16T12:03:17,646296349+01:00$ date -u --rfc-3339=ns2025-02-16 10:58:44.966864492+00:00$ date -u +"%Y-%m-%dT%H:%M:%S.%6NZ"2025-02-16T10:58:44.965071Z
On theInternet, theWorld Wide Web Consortium (W3C) uses theIETF standard based on ISO 8601 in defining a profile of the standard that restricts the supported date and time formats to reduce the chance of error and the complexity of software. The very simple specification is based on a draft of the RFC 3339 mentioned below.[45]
ISO 8601 is referenced by several specifications, but the full range of options of ISO 8601 is not always used. For example, the variouselectronic program guide standards for TV, digital radio, etc. use several forms to describe points in time and durations. TheID3 audio meta-data specification also makes use of a subset of ISO 8601.[46]TheX.690 encoding standard'sGeneralizedTime makes use of another subset of ISO 8601.
As of 2006, theISO week date appears in its basic form on major brand commercial packaging in the United States.[citation needed] Its appearance depended on the particular packaging, canning, or bottling plant more than any particular brand. The format is particularly useful for quality assurance, so that production errors can be readily traced.
IETF RFC 3339[47] defines a profile of ISO 8601 for use inInternet protocols andstandards. It explicitly excludes durations and dates before thecommon era. The more complex formats such as week numbers and ordinal days are not permitted.[48]
RFC 3339 deviates from ISO 8601 in allowing a zero time zone offset to be specified as "-00:00", which ISO 8601 forbids. RFC 3339 intends "-00:00" to carry the connotation that it is not stating a preferred time zone, whereas the conforming "+00:00" or any non-zero offset connotes that the offset being used is preferred. This convention regarding "-00:00" is derived from earlier RFCs, such as RFC 2822 which uses it for timestamps inemail headers.[49] RFC 2822 made no claim that any part of its timestamp format conforms to ISO 8601, and so was free to use this convention without conflict.
Building upon the foundations of RFC 3339, theIETF introduced the Internet Extended Date/Time Format (IXDTF) in RFC 9557.[50] This format extends the timestamp representation to include additional information such as an associated time zone name. The inclusion of time zone names is particularly useful for applications that need to account for events like daylight saving time transitions. Furthermore, IXDTF maintains compatibility with pre-existing syntax for attaching time zone names to timestamps, providing a standardized and flexible approach to timestamp representation on the internet. Example:
^abISO 8601:2004(E),ISO, 2004-12-01,Annex A: ... From that concept representations of all other date and time values were logically derived; thus, ISO 2014, ISO 3307 and ISO 4031 have been superseded. ... Identification of a particular date by means of ordinal dates (ISO 2711) and by means of the week numbering system (ISO 2015) were alternative methods that the basic concept of this International Standard could also encompass; thus, ISO 2015 and ISO 2711 have now been superseded.
^ISO 8601:2004(E).ISO. 2004-12-01. p. iv Foreword.
^Earlier versions of ISO 8601 used the wordaccuracy, notprecision, in the relevant section, e.g: 2.3.7 representation with reduced accuracy. This was corrected in ISO 8601-1:2019.
^ISO 8601:2004(E).ISO. 2004-12-01.3.5 Expansion ... By mutual agreement of the partners in information interchange, it is permitted to expand the component identifying the calendar year, which is otherwise limited to four digits. This enables reference to dates and times in calendar years outside the range supported by complete representations, i.e. before the start of the year [0000] or after the end of the year [9999].
^last in ISO 8601:2000, in use byPerreault, S. (August 2011)."DATE".vCard Format Specification.IETF. sec. 4.3.1.doi:10.17487/RFC6350.RFC6350. Retrieved2021-01-21.Truncated representation, as specified in [ISO.8601.2000], Sections 5.2.1.3 d), e), and f), is permitted., although removed in ISO 8601:2004
^ISO 8601:2004(E),ISO, 2004-12-01,4.2.2.4 ... the decimal fraction shall be divided from the integer part by the decimal sign specified in ISO 31-0, i.e. the comma [,] or full stop [.]. Of these, the comma is the preferred sign.
^Newman, Chris (July 2002)."Unknown Local Offset Convention". In Klyne, Graham (ed.).Date and Time on the Internet:Timestamps.IETF. sec. 4.3.doi:10.17487/RFC3339.RFC3339. Retrieved1 February 2021.If the time in UTC is known, but the offset to local time is unknown, this can be represented with an offset of "-00:00". This differs semantically from an offset of "Z" or "+00:00", which imply that UTC is the preferred reference point for the specified time. RFC2822 [IMAIL-UPDATE] describes a similar convention for email
^"3.4.1 Characters used in the representations - Introduction".Data elements and interchange formats — Information interchange - Representation of dates and times — Part 1: Basic rules(PDF) (pdf).ISO. 2016-02-16. p. 12. ISO/WD 8601-1.Archived(PDF) from the original on 2022-10-05.In an environment where use is made of a character repertoire based on ISO/IEC 646, "hyphen" and "minus" are both mapped onto "hyphen-minus". Representations with a "plus-minus" shall only be used in such environment if the interchange repertoire includes "plus-minus"
^ISO 8601:2004(E): Data elements and interchange formats — Information interchange — Representation of dates and times.ISO. 2004-12-01.4.3.2 NOTE: By mutual agreement of the partners in information interchange, the character [T] may be omitted in applications where there is no risk of confusing a date and time of day representation with others defined in this International Standard.