Skip to content
Snippets Groups Projects
Verified Commit 0c1ee2a9 authored by TTtie's avatar TTtie
Browse files

:art: (blog): force CET time for blog posts

parent c3340bb3
No related branches found
No related tags found
No related merge requests found
Pipeline #1831 failed
......@@ -4,7 +4,8 @@ const dateFormat = new Intl.DateTimeFormat("cs-CZ", {
month: "numeric",
day: "numeric",
hour: "numeric",
minute: "numeric"
minute: "numeric",
timeZone: "Europe/Prague"
});
%>
<section class="hero is-primary">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment