added portals, quest tracking, discord monitor etc etc
This commit is contained in:
parent
72de9b0f7f
commit
dffd295091
312 changed files with 4130 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue