Skip to content

Commit

Permalink
(ed.) Programs, implementations, and applications
Browse files Browse the repository at this point in the history
  • Loading branch information
cabo committed Oct 18, 2023
1 parent c206dfd commit 62bda5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-sedate-datetime-extended.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ For instance, inconsistencies might arise because of:
* political decisions as discussed above, or
* updates to time zone definitions being applied at different times
by timestamp producers and receivers, or
* errors in applications producing and consuming timestamps.
* errors in programs producing and consuming timestamps.

While the information available in an IXDTF string is not generally sufficient to resolve
an inconsistency, it may be used to initiate some out of band
Expand Down Expand Up @@ -414,7 +414,7 @@ timestamp extension suffix and defines the IXDTF format, which extends

## Format of Extended Information

The format allows implementations to specify additional
The format allows applications to specify additional
important information in addition to a bare {{RFC3339}} timestamp.

This is done by defining *tags*, each with a *key* and
Expand Down Expand Up @@ -682,7 +682,7 @@ Note that this is the same instant in time as `1996-12-20T00:39:57Z`, expressed

{{datetime-tzname}} represents the exact same instant in time as the previous example but
additionally specifies the human time zone associated with it
("Pacific Time") for time-zone-aware implementations to take into
("Pacific Time") for time-zone-aware applications to take into
account.

~~~~ ixdtf
Expand All @@ -691,7 +691,7 @@ account.
{: #date-time-hebrew title="Projecting to the Hebrew calendar"}

{{date-time-hebrew}} represents the exact same instant in time, but it informs calendar-aware
implementations (see {{calendar}}) that they should project it to the Hebrew calendar.
applications (see {{calendar}}) that they should project it to the Hebrew calendar.

~~~~ ixdtf
1996-12-19T16:39:57-08:00[_foo=bar][_baz=bat]
Expand Down

0 comments on commit 62bda5b

Please sign in to comment.