Skip to content

Commit dd1f850

Browse files
authored
calculate countdown from UTC (#162)
1 parent 17614dc commit dd1f850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/components/eap-banner.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class="size-3 shrink-0 text-white transition duration-200 ease-in-out will-chang
3232

3333
{{-- Countdown --}}
3434
<div
35-
x-data="countdown('2025-05-31T23:59:59')"
35+
x-data="countdown('2025-05-31T23:59:59Z')"
3636
class="flex items-center gap-1 rounded-lg px-2.5 py-1 text-sm text-white ring-1 ring-white/45 md:text-base"
3737
>
3838
<div class="pr-1 opacity-70">Ends in</div>

0 commit comments

Comments
 (0)