<?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=OLIVERR+Jarman</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=OLIVERR+Jarman"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/OLIVERR_Jarman"/>
	<updated>2026-07-28T06:55:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=LlGetTimestamp&amp;diff=57893</id>
		<title>LlGetTimestamp</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlGetTimestamp&amp;diff=57893"/>
		<updated>2008-03-10T04:51:53Z</updated>

		<summary type="html">&lt;p&gt;OLIVERR Jarman: &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;lsl&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;/lsl&amp;gt;&lt;br /&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;lsl&amp;gt;&lt;br /&gt;
// Greeting&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    state_entry()&lt;br /&gt;
    {&lt;br /&gt;
	llSetTouchText(&amp;quot;Greet&amp;quot;);&lt;br /&gt;
    }&lt;br /&gt;
    touch_start(integer num)&lt;br /&gt;
    {&lt;br /&gt;
	list TimeStamp = llParseString2List(llGetTimestamp(),[&amp;quot;-&amp;quot;,&amp;quot;:&amp;quot;],[&amp;quot;T&amp;quot;]); //Get timestamp and split into parts in a list&lt;br /&gt;
	integer Hour = llList2Integer(TimeStamp,4);&lt;br /&gt;
	if(Hour&amp;lt;12)		&lt;br /&gt;
		llSay(PUBLIC_CHANNEL,&amp;quot;Good Morning, Oliver Sintim-Aboagye!&amp;quot;);	&lt;br /&gt;
	else if(Hour&amp;lt;17)&lt;br /&gt;
		llSay(PUBLIC_CHANNEL,&amp;quot;Good Afternoon,&amp;quot; + llDetectedName(0));		&lt;br /&gt;
	else&lt;br /&gt;
		llSay(PUBLIC_CHANNEL,&amp;quot;Good Evening,&amp;quot; + llKey2Name(llGetOwner()));&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
}&amp;lt;/lsl&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>OLIVERR Jarman</name></author>
	</entry>
</feed>