mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

zunda

document.addEventListener('DOMContentLoaded', function(event) {
var times = document.getElementsByClassName('timezone');
for (i = 0; i < times.length; i++) {
times[i].innerText = convertTimestamp(times[i].dataset['timestamp']);
}
})

function convertTimestamp(timestamp) {
var d = new Date(timestamp * 1000); // Convert the passed timestamp to milliseconds
return d.toLocaleTimeString('en-us', {
month: 'short',
day: 'numeric',
hour: 'numeric',
minute: '2-digit',
timeZoneName: 'short'
});
}

https://status.slack.com/js/incident.js
にゃるにゃる