friends-best/pages/utilities/birthdays.vue
Louis Hollingworth ca2f305a0a
Code cleanup. Added utilities index
Utilities has been added since it is my aim to have all of the staff forms and timezones added to the site
2022-05-22 16:57:52 +01:00

7 lines
399 B
Vue

<template>
<div class="container">
<h1 class="title">Birthdays</h1>
<p>Discord bots are changing. <br> This means that we can no longer provide you with the command to set your birthday. <br> Instead, this page now gives you your timezone for use with Discord bots.</p>
<h2>Your timezone: {{ Intl.DateTimeFormat().resolvedOptions().timeZone }}</h2>
</div>
</template>