Skip to content

Commit

Permalink
Editing
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuernber committed Jan 28, 2021
1 parent a8a1047 commit de1c5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ <h2><a href="#datetime-support" name="datetime-support"></a>Datetime Support</h2
<li><code>nanoseconds-in-*</code>, <code>milliseconds-in-*</code>, <code>seconds-in-*</code> - Type hinted constants to make numeric conversions easier.</li>
<li><code>local-date</code>, <code>local-date-time</code>, <code>zoned-date-time</code>, <code>instant</code> - Scalar constructors of specific java.time types.</li>
<li><a href="https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-plus-temporal-amount">plus-temporal-amount</a>, <a href="https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-minus-temporal-amount">minus-temporal-amount</a> - <code>vectorized</code> - add/subtract sime time returning a new datetime object.</li>
<li><a href="https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-between">between</a> - Find the amount of time between two datetime objects or readers of datetime objects.</li>
<li><a href="https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-between">between</a> - <code>vectorized</code> - Find the amount of time between two datetime objects or readers of datetime objects.</li>
<li><a href="https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-datetime-.3Eepoch">datetime-&gt;epoch</a>, <a href="https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-epoch-.3Edatetime">epoch-&gt;datetime</a> - <code>vectorized</code> - convert to an epoch datatype such as milliseconds-since-epoch.</li>
<li><a href="https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-long-temporal-field">long-temporal-field</a> - <code>vectorized</code> - Return a specific temporal field such as :days-since-epoch from a datetime type or a reader of datetime types.</li>
</ul></div></div></div></body></html>
2 changes: 1 addition & 1 deletion topics/cheatsheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ make numeric conversions easier.
* `local-date`, `local-date-time`, `zoned-date-time`, `instant` - Scalar constructors
of specific java.time types.
* [plus-temporal-amount](https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-plus-temporal-amount), [minus-temporal-amount](https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-minus-temporal-amount) - `vectorized` - add/subtract sime time returning a new datetime object.
* [between](https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-between) - Find the amount of time between two datetime objects or readers of datetime
* [between](https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-between) - `vectorized` - Find the amount of time between two datetime objects or readers of datetime
objects.
* [datetime->epoch](https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-datetime-.3Eepoch), [epoch->datetime](https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-epoch-.3Edatetime) - `vectorized` - convert to an epoch datatype such as milliseconds-since-epoch.
* [long-temporal-field](https://cnuernber.github.io/dtype-next/tech.v3.datatype.datetime.html#var-long-temporal-field) - `vectorized` - Return a specific temporal field such as :days-since-epoch from a datetime type or a reader of datetime types.

0 comments on commit de1c5c1

Please sign in to comment.