Skip to content

Commit

Permalink
Rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Sep 26, 2022
1 parent 0e4e06a commit 3d1b9bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* Works in browsers as standalone, UMD or ES-module.
* Includes [TypeScript](https://www.typescriptlang.org/) typings.

Try it live on [jsfiddle](https://jsfiddle.net/hexag0n/hoa8kwsb/)
Try it live on [jsfiddle](https://jsfiddle.net/hexag0n/3mheu5by/)

## Usage

Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h2>Features</h2>
<li>Works in browsers as standalone, UMD or ES-module.</li>
<li>Includes <a href="https://www.typescriptlang.org/">TypeScript</a> typings.</li>
</ul>
<p>Try it live on <a href="https://jsfiddle.net/hexag0n/hoa8kwsb/">jsfiddle</a></p>
<p>Try it live on <a href="https://jsfiddle.net/hexag0n/3mheu5by/">jsfiddle</a></p>
<h2>Usage</h2>
<p>Converting a Date object to another timezone in JavaScript is possible using the Intl feature of vanilla JS.</p>
<pre class="prettyprint source lang-javascript"><code>// Get current time in Asia/Tokyo, using vanilla js
Expand Down

0 comments on commit 3d1b9bb

Please sign in to comment.