ok/jj
1
0
Fork 0
forked from mirrors/jj

Deployed 7c5cfa7 to prerelease with MkDocs 1.5.3 and mike 2.0.0

This commit is contained in:
jj-docs[bot] 2024-02-12 18:23:12 +00:00
parent 33beeff9c8
commit ba6f3ac631
3 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

Binary file not shown.

View file

@ -1825,6 +1825,7 @@ uses of <code>\</code> that don't form a valid escape sequence.</p>
<li><code>.format(format: String) -&gt; String</code>: Format with <a href="https://docs.rs/chrono/latest/chrono/format/strftime/">the specified strftime-like <li><code>.format(format: String) -&gt; String</code>: Format with <a href="https://docs.rs/chrono/latest/chrono/format/strftime/">the specified strftime-like
format string</a>.</li> format string</a>.</li>
<li><code>.utc() -&gt; Timestamp</code>: Convert timestamp into UTC timezone.</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>
</ul> </ul>
<h3 id="timestamprange-type">TimestampRange type<a class="headerlink" href="#timestamprange-type" title="Permanent link">&para;</a></h3> <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> <p>The following methods are defined.</p>