fixes date timezone bug

This commit is contained in:
Christian Beutel
2024-04-05 19:42:03 +02:00
parent 50ffd35307
commit bbbc4f38b6
8 changed files with 94 additions and 8 deletions

View File

@@ -19,6 +19,7 @@
month: "2-digit",
day: "2-digit",
year: "numeric",
timeZone: "UTC",
})}
</h5>

View File

@@ -44,6 +44,7 @@
month: "long",
day: "2-digit",
year: "numeric",
timeZone: 'UTC'
})}
</p>
{/if}

View File

@@ -35,6 +35,7 @@
month: "long",
day: "2-digit",
year: "numeric",
timeZone: 'UTC'
})}
</p>
{/if}