<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pixel+Lindman</id>
	<title>Second Life Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.secondlife.com/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Pixel+Lindman"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/Pixel_Lindman"/>
	<updated>2026-07-27T07:46:57Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlGetTimestamp&amp;diff=43593</id>
		<title>LlGetTimestamp</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlGetTimestamp&amp;diff=43593"/>
		<updated>2007-12-05T22:32:59Z</updated>

		<summary type="html">&lt;p&gt;Pixel Lindman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL_Function&lt;br /&gt;
|func_id=273|func_sleep=0.0|func_energy=10.0&lt;br /&gt;
|func=llGetTimestamp|return_type=string&lt;br /&gt;
|func_footnote=Appears to be accurate to milliseconds.&lt;br /&gt;
|func_desc&lt;br /&gt;
|return_text=that is the current date and time in the UTC time zone in the format &amp;quot;YYYY-MM-DDThh:mm:ss.ff..fZ&amp;quot;&lt;br /&gt;
|spec&lt;br /&gt;
|caveats&lt;br /&gt;
|constants&lt;br /&gt;
|examples=&amp;lt;pre&amp;gt;&lt;br /&gt;
// Reset tracker&lt;br /&gt;
&lt;br /&gt;
string BOOT_TIME;&lt;br /&gt;
&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
        BOOT_TIME = llGetTimestamp(); // script restarts when SIM restarts&lt;br /&gt;
    }&lt;br /&gt;
    &lt;br /&gt;
    touch_start(integer num)&lt;br /&gt;
    {&lt;br /&gt;
        llSay(PUBLIC_CHANNEL, &amp;quot;The last system restart was @ &amp;quot; + BOOT_TIME);&lt;br /&gt;
        llSay(PUBLIC_CHANNEL, &amp;quot;Right now it is &amp;quot; + llGetTimestamp());&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|also_functions={{LSL DefineRow||[[llGetDate]]|Same format but without the time.}}&lt;br /&gt;
|also_events&lt;br /&gt;
|also_tests&lt;br /&gt;
|also_articles=&lt;br /&gt;
{{LSL DefineRow||[http://www.cl.cam.ac.uk/~mgk25/iso-time.html ISO 8601]|}}&lt;br /&gt;
{{LSL DefineRow||{{Wikipedia|ISO_8601}}|}}&lt;br /&gt;
{{LSL DefineRow||[[Code Racer]]|}} - useful benchmarks within 100 trials&lt;br /&gt;
{{LSL DefineRow||[[Efficiency Tester]]|}} - more accurate benchmarks within 10,000 trials&lt;br /&gt;
{{LSL DefineRow||[[LSL_Script_Efficiency]]|}} - in-depth discussion of the Efficiency Tester&lt;br /&gt;
|notes&lt;br /&gt;
|cat1=Time&lt;br /&gt;
|cat2&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Pixel Lindman</name></author>
	</entry>
</feed>