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 @@