add generate-timezone-json
This commit is contained in:
parent
5bc9c7f511
commit
cead47cb04
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@ import Card from "../components/Card.astro";
|
||||||
title="Astro Resume"
|
title="Astro Resume"
|
||||||
body="This facilitates the creation and usage of global, immutable data for Astro apps"
|
body="This facilitates the creation and usage of global, immutable data for Astro apps"
|
||||||
/>
|
/>
|
||||||
|
<Card
|
||||||
|
newTab
|
||||||
|
href="https://ayco.io/n/generate-timezone-json"
|
||||||
|
title="Time Zone JSON Generator"
|
||||||
|
body="Generate a JSON file containing time zones from the official IANA Database or your own zone.tab file"
|
||||||
|
/>
|
||||||
</ul>
|
</ul>
|
||||||
<Footer />
|
<Footer />
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Reference in a new issue