Deployed 0f605b8 to prerelease with MkDocs 1.6.1 and mike 2.1.3

This commit is contained in:
jj-docs[bot] 2024-10-16 05:46:40 +00:00
parent ef283577ff
commit eb8451b13e
2 changed files with 3 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -2138,6 +2138,8 @@ inside a single-quoted string literal.</p>
format string</a>.</li>
<li><code>.utc() -&gt; Timestamp</code>: Convert timestamp into UTC timezone.</li>
<li><code>.local() -&gt; Timestamp</code>: Convert timestamp into local timezone.</li>
<li><code>.after(date: String) -&gt; Boolean</code>: True if the timestamp is exactly at or after the given date.</li>
<li><code>.before(date: String) -&gt; Boolean</code>: True if the timestamp is before, but not including, the given date.</li>
</ul>
<h3 id="timestamprange-type">TimestampRange type<a class="headerlink" href="#timestamprange-type" title="Permanent link">&para;</a></h3>
<p>The following methods are defined.</p>