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

GNU dateはタイムゾーン変換に便利だよ!!

$ TZ=Japan date -d '2016-12-31 23:59:59 UTC'
Sun Jan 1 08:59:59 AM JST 2017

Rubyはうるう秒を受け付けてくれた!!

$ TZ=Japan ruby -rtime -e 'puts Time.parse("2016-12-31 23:59:60 UTC").localtime'
2017-01-01 09:00:00 +0900

けど:60表記にはならないよねえ