added portals, quest tracking, discord monitor etc etc

This commit is contained in:
erik 2025-06-23 19:26:44 +00:00
parent 72de9b0f7f
commit dffd295091
312 changed files with 4130 additions and 7 deletions

View file

@ -410,11 +410,13 @@ function displayResults(data) {
// Format last updated timestamp
const lastUpdated = item.last_updated ?
new Date(item.last_updated).toLocaleDateString('en-US', {
new Date(item.last_updated).toLocaleString('sv-SE', {
timeZone: 'Europe/Stockholm',
month: 'short',
day: 'numeric',
hour: '2-digit',
minute: '2-digit'
minute: '2-digit',
hour12: false
}) : '-';
// Use the formatted name with material from the API