add generate-timezone-json

This commit is contained in:
Ayo 2023-09-29 11:43:31 +02:00
parent 5bc9c7f511
commit cead47cb04

View file

@ -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>