Flameborn / Kiramoji

Kiramoji is a modified version of the popular anonymous message board: Kareha.
24 stars 3 forks source link

Request for Internet Time format #5

Closed chaoskaiser72 closed 6 months ago

chaoskaiser72 commented 6 months ago

Internet Time was a campaign by Swiss watchmaker Swatch to create a standardized time format with no time zones: in it, each day is made up of one thousand "beats" which equal 86.4 seconds. It was used in the early MMO Phantasy Star Online and the chat client ICQ, adopted by CNN's homepage for a time, and is supported natively by PHP. I've been seeing small webpages and forums around the web adopt it lately, and I think it would be really neat to have as an option in Kiramoji. There are code snippets for multiple languages to convert UTC to Internet Time, so it shouldn't be hard to add with Perl.

https://en.wikipedia.org/wiki/Swatch_Internet_Time http://gwil.co/internet-time/ https://wiki.melonland.net/swatch_time

Flameborn commented 6 months ago

Looks like this is a fun feature to implement, I will look into it. Thanks for the detailed description.

Flameborn commented 6 months ago

This should be available now, configurable via the swatch date style in config.pl. A new release will follow shortly.