Skip to content

Commit

Permalink
Typo in second para of rules
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelhkay committed Nov 4, 2024
1 parent 314d6cd commit 32c7174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifications/xpath-functions-40/src/function-catalog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10719,7 +10719,7 @@ return ($value - unix-dateTime()) div seconds(0.001)</eg>
the timezone offset for a given date/time and place. For example, the timezone offset for New York
on 31 December 2024 would be <code>-PT5H</code>.</p>
<p>If the <code>$place</code> argument is omitted or empty then the <xtermref spec="XP40" ref="dt-default-place"/>
from the dynamic context.</p>
from the dynamic context is used.</p>
<p>If the supplied <code>$dateTime</code> has no timezone then the implicit timezone from the dynamic
context is used. This is unrelated to the timezone applicable to the requested <code>$place</code>.</p>
<p>The intended use of the <code>$place</code> argument is to identify
Expand Down

0 comments on commit 32c7174

Please sign in to comment.