<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/index.php?action=history&amp;feed=atom&amp;title=LlGetUnixTime_Test</id>
	<title>LlGetUnixTime Test - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/index.php?action=history&amp;feed=atom&amp;title=LlGetUnixTime_Test"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlGetUnixTime_Test&amp;action=history"/>
	<updated>2026-07-24T10:25:54Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlGetUnixTime_Test&amp;diff=18797&amp;oldid=prev</id>
		<title>Milo Linden at 01:26, 27 April 2007</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlGetUnixTime_Test&amp;diff=18797&amp;oldid=prev"/>
		<updated>2007-04-27T01:26:17Z</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;# Put this script on an object in world&lt;br /&gt;
# Touch the object&lt;br /&gt;
# Copy the number after &amp;#039;Unix time =&amp;#039;&lt;br /&gt;
# Paste the number into the Timestamp box on http://www.4webhelp.net/us/timestamp.php&lt;br /&gt;
# Press &amp;#039;Convert to a date&amp;#039;&lt;br /&gt;
# Verify the date shown near the top of the web page matches the date and time said by the box&lt;br /&gt;
# Repeat 2 - 6 a few times&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    touch_start(integer total_number)&lt;br /&gt;
    {&lt;br /&gt;
        string time;&lt;br /&gt;
        float ft = llGetGMTclock();&lt;br /&gt;
        integer ut = llGetUnixTime();&lt;br /&gt;
        integer hours = llFloor(ft / 3600);&lt;br /&gt;
        integer minutes = llFloor((ft - (hours*3600)) / 60.0);&lt;br /&gt;
        time = (string)hours+ &amp;quot;:&amp;quot; + (string)minutes + &amp;quot;:&amp;quot; + (string)(llFloor(ft) % 60);&lt;br /&gt;
        llOwnerSay(&amp;quot;This object was touched at &amp;quot; + llGetDate() + &amp;quot;  &amp;quot; + time + &amp;quot;.  Unix time = &amp;quot; + (string)ut);&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:QA Portal]]&lt;br /&gt;
[[Category:Quality Assurance]]&lt;/div&gt;</summary>
		<author><name>Milo Linden</name></author>
	</entry>
</feed>