Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian committed Feb 6, 2025
1 parent 3453b29 commit 82c90e8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/ldml/tr35-dates.md
Original file line number Diff line number Diff line change
Expand Up @@ -1706,12 +1706,16 @@ Note: A generic location format is constructed by a part of time zone ID represe
* "UTC-3" (short)
* "Гринуич+03:30" (long)

Otherwise (when the offset from GMT is zero, referring to GMT itself) the style specified by the `<gmtZeroFormat>` element is used:
For the non-justified formats (short and long), there's a special element for the zero offset (`<gmtZeroFormat>`):

* "GMT"
* "UTC"
* "Гринуич"

The long justified format does not use this element:

* "GMT+00:00"

**ISO 8601 time zone formats:** The formats based on the [[ISO 8601](tr35.md#ISO8601)] local time difference from UTC ("+" sign is used when local time offset is 0), or the UTC indicator ("Z" - only when the local time offset is 0 and the specifier X\* is used). The ISO 8601 basic format does not use a separator character between hours and minutes field, while the extended format uses colon (':') as the separator. The ISO 8601 basic format with hours and minutes fields is equivalent to RFC 822 zone format.

* "-0800" (basic)
Expand Down Expand Up @@ -2286,7 +2290,8 @@ Notes for the table below:
The ISO8601 UTC indicator "Z" is used when local time offset is 0.
This is equivalent to the "XXXXX" specifier.</td></tr>
<!-- O -->
<tr><td rowspan="2">O</td><td>O</td><td>GMT-8</td><td colspan="2">The <i>short localized GMT format</i>.</td></tr>
<tr><td rowspan="3">O</td><td>O</td><td>GMT-8</td><td colspan="2">The <i>short localized GMT format</i>.</td></tr>
<tr><td>OO</td><td>GMT-08:00</td><td colspan="2">The <i>justified long localized GMT format</i>.</td></tr>
<tr><td>OOOO</td><td>GMT-08:00</td><td colspan="2">The <i>long localized GMT format</i>.</td></tr>
<!-- v -->
<tr><td rowspan="2">v</td><td>v</td><td>PT</td>
Expand Down

0 comments on commit 82c90e8

Please sign in to comment.