<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://piratry.icosahedr.online/index.php?action=history&amp;feed=atom&amp;title=Module%3AMallian_time</id>
	<title>Module:Mallian time - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://piratry.icosahedr.online/index.php?action=history&amp;feed=atom&amp;title=Module%3AMallian_time"/>
	<link rel="alternate" type="text/html" href="http://piratry.icosahedr.online/index.php?title=Module:Mallian_time&amp;action=history"/>
	<updated>2026-07-13T14:06:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.3</generator>
	<entry>
		<id>http://piratry.icosahedr.online/index.php?title=Module:Mallian_time&amp;diff=111&amp;oldid=prev</id>
		<title>Icosahedr: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="http://piratry.icosahedr.online/index.php?title=Module:Mallian_time&amp;diff=111&amp;oldid=prev"/>
		<updated>2025-08-06T02:57:30Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:57, 6 August 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Icosahedr</name></author>
	</entry>
	<entry>
		<id>http://piratry.icosahedr.online/index.php?title=Module:Mallian_time&amp;diff=110&amp;oldid=prev</id>
		<title>Icosapedia&gt;Sapero at 20:07, 23 February 2025</title>
		<link rel="alternate" type="text/html" href="http://piratry.icosahedr.online/index.php?title=Module:Mallian_time&amp;diff=110&amp;oldid=prev"/>
		<updated>2025-02-23T20:07:12Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function t3(n)&lt;br /&gt;
    if n == 0 then return &amp;quot;0&amp;quot; end&lt;br /&gt;
    local result = &amp;quot;&amp;quot;&lt;br /&gt;
    while n &amp;gt; 0 do&lt;br /&gt;
        result = (&amp;quot;012346789&amp;quot;):sub((n % 9) + 1, (n % 9) + 1) .. result&lt;br /&gt;
        n = math.floor(n / 9)&lt;br /&gt;
    end&lt;br /&gt;
    return result&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function mallianDecimalTime(showDecimals)&lt;br /&gt;
    showDecimals = showDecimals ~= false&lt;br /&gt;
    local date = os.date(&amp;quot;!*t&amp;quot;)&lt;br /&gt;
    local timeInMilliseconds = ((date.hour * 60 + date.min) * 60 + date.sec) * 1000 + 25661000&lt;br /&gt;
    local time = (timeInMilliseconds % 86400000) * 729 / 86400000&lt;br /&gt;
    local beats = math.floor(time)&lt;br /&gt;
    local decimals = math.floor((time - beats) * 81)&lt;br /&gt;
    local timeStr = &amp;quot;@&amp;quot; .. string.format(&amp;quot;%03d&amp;quot;, tonumber(t3(beats)))&lt;br /&gt;
    if showDecimals then&lt;br /&gt;
        timeStr = timeStr .. &amp;quot;/&amp;quot; .. string.format(&amp;quot;%02d&amp;quot;, tonumber(t3(decimals)))&lt;br /&gt;
    end&lt;br /&gt;
    return timeStr&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.main()&lt;br /&gt;
	return mallianDecimalTime(true)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Icosapedia&gt;Sapero</name></author>
	</entry>
</feed>