Skip to content

Commit 3d1b9bb

Browse files
committed
Rebuild docs
1 parent 0e4e06a commit 3d1b9bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Works in browsers as standalone, UMD or ES-module.
1616
* Includes [TypeScript](https://www.typescriptlang.org/) typings.
1717

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

2020
## Usage
2121

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h2>Features</h2>
136136
<li>Works in browsers as standalone, UMD or ES-module.</li>
137137
<li>Includes <a href="https://www.typescriptlang.org/">TypeScript</a> typings.</li>
138138
</ul>
139-
<p>Try it live on <a href="https://jsfiddle.net/hexag0n/hoa8kwsb/">jsfiddle</a></p>
139+
<p>Try it live on <a href="https://jsfiddle.net/hexag0n/3mheu5by/">jsfiddle</a></p>
140140
<h2>Usage</h2>
141141
<p>Converting a Date object to another timezone in JavaScript is possible using the Intl feature of vanilla JS.</p>
142142
<pre class="prettyprint source lang-javascript"><code>// Get current time in Asia/Tokyo, using vanilla js

0 commit comments

Comments
 (0)