From aa3f1c0068781ded2f05448ab5c42e700d142fd8 Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Sun, 1 Dec 2024 19:12:35 +0500 Subject: [PATCH] Update --- public/assets/js/mastodon.js | 2 +- public/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/js/mastodon.js b/public/assets/js/mastodon.js index 5f49f98..b5ee911 100644 --- a/public/assets/js/mastodon.js +++ b/public/assets/js/mastodon.js @@ -74,7 +74,7 @@ async function fetchData(log, tpl) { if(key == "created_at") { var isoDate = `${value}`; var d = new Date(isoDate); - //var datetime_ = d.toLocaleString('en-GB', { hour12: false, timeZone: "Asia/Yekaterinburg" }); // dd/mm/yyyy + //var datetime_ = d.toLocaleString('en-GB', { hour12: false, timeZone: "Asia/Yekaterinburg" }); var datetime_ = d.toLocaleString('ru-RU', { hour12: false, timeZone: "Asia/Yekaterinburg" }); post_tpl = post_tpl.replace(/{created_at_show}/g, `${datetime_}`); diff --git a/public/index.html b/public/index.html index 737ca57..4ceaf57 100644 --- a/public/index.html +++ b/public/index.html @@ -121,7 +121,7 @@