friends-best/pages/birthdays.vue
Louis Hollingworth 67ffe0c200
Create birthdays.vue
Added the birthdays page back
2022-05-22 16:40:23 +01:00

7 lines
385 B
Vue

<template>
<div class="container">
<h1>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>