Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update date/time references to iso8601-1 #2661

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions epub33/core/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4230,7 +4230,7 @@ <h6>The <code>dc:date</code> element</h6>
href="#last-modified-date">last modified date</a> (the last time the [=EPUB
creator=] changed the EPUB publication).</p>

<p>It is RECOMMENDED that the date string conform to [[iso8601]], particularly the subset
<p>It is RECOMMENDED that the date string conform to [[iso8601-1]], particularly the subset
expressed in W3C Date and Time Formats [[datetime]], as such strings are both human and
machine readable.</p>

Expand Down Expand Up @@ -4492,8 +4492,9 @@ <h4>Last modified date</h4>

<p id="last-modified-date">The <code>metadata</code> section MUST contain exactly one <dfn
class="export" data-lt-no-plural=""><code>dcterms:modified</code></dfn> property [[dcterms]]
containing the last modification date. The [=value=] of this property MUST be an [[xmlschema-2]]
dateTime conformant date of the form: <code>CCYY-MM-DDThh:mm:ssZ</code></p>
containing the last modification date. The [=value=] of this property MUST be an [[iso8601-1]]
complete representation of a date and time of day matching the extended format:
<code>YYYY-MM-DDThh:mm:ssZ</code></p>

<p>[=EPUB creators=] MUST express the last modification date in Coordinated Universal Time (UTC) and
MUST terminate it with the "<code>Z</code>" (Zulu) time zone indicator.</p>
Expand Down