forked from mirrors/jj
Deployed 7c5cfa7
to prerelease with MkDocs 1.5.3 and mike 2.0.0
This commit is contained in:
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.
|
@ -1825,6 +1825,7 @@ uses of <code>\</code> that don't form a valid escape sequence.</p>
|
|||
<li><code>.format(format: String) -> String</code>: Format with <a href="https://docs.rs/chrono/latest/chrono/format/strftime/">the specified strftime-like
|
||||
format string</a>.</li>
|
||||
<li><code>.utc() -> Timestamp</code>: Convert timestamp into UTC timezone.</li>
|
||||
<li><code>.local() -> Timestamp</code>: Convert timestamp into local timezone.</li>
|
||||
</ul>
|
||||
<h3 id="timestamprange-type">TimestampRange type<a class="headerlink" href="#timestamprange-type" title="Permanent link">¶</a></h3>
|
||||
<p>The following methods are defined.</p>
|
||||
|
|
Loading…
Reference in a new issue