mirror of
https://github.com/martinvonz/jj.git
synced 2025-05-29 02:51:12 +00:00
Deployed 0f605b8 to prerelease with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
ef283577ff
commit
eb8451b13e
File diff suppressed because one or more lines are too long
@ -2138,6 +2138,8 @@ inside a single-quoted string literal.</p>
|
||||
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>
|
||||
<li><code>.after(date: String) -> Boolean</code>: True if the timestamp is exactly at or after the given date.</li>
|
||||
<li><code>.before(date: String) -> 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">¶</a></h3>
|
||||
<p>The following methods are defined.</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user