<?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=1XDTester+Resident</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=1XDTester+Resident"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/wiki/Special:Contributions/1XDTester_Resident"/>
	<updated>2026-06-23T08:34:22Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.42.1</generator>
	<entry>
		<id>https://wiki.secondlife.com/w/index.php?title=Unix2WeekdayStr&amp;diff=1180727</id>
		<title>Unix2WeekdayStr</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=Unix2WeekdayStr&amp;diff=1180727"/>
		<updated>2013-08-13T01:50:25Z</updated>

		<summary type="html">&lt;p&gt;1XDTester Resident: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{LSL Header|[[:Category:LSL_User-Defined_Functions|User-Defined Functions]]|[[User:Void_Singer|Void&#039;s User Page]]}} &amp;lt;!-- please do not remove added links --&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;float:right;&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
{{void-box&lt;br /&gt;
|title=&amp;lt;div style=&amp;quot;display:none&amp;quot;&amp;gt;&amp;lt;h2&amp;gt;Summary&amp;lt;/h2&amp;gt;&amp;lt;/div&amp;gt;[[:Category:LSL_User-Defined_Functions|User-Defined Function]]: [[string]] uUnix2WeekdayStr( [[integer]] &#039;&#039;vIntDate&#039;&#039; );&lt;br /&gt;
|content=&lt;br /&gt;
Returns a string that is the day of the week for the given date.&lt;br /&gt;
* &#039;&#039;vIntDate&#039;&#039;: source Unix time stamp&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Code:&#039;&#039;&#039;&lt;br /&gt;
* LSO: 155 bytes&lt;br /&gt;
* MONO: 512 bytes&lt;br /&gt;
&amp;lt;!-- Please replace with similarly licensed code only --&amp;gt;&lt;br /&gt;
&amp;lt;lsl&amp;gt;string uUnix2WeekdayStr( integer vIntDate ){&lt;br /&gt;
    return llList2String( [&amp;quot;Thursday&amp;quot;, &amp;quot;Friday&amp;quot;, &amp;quot;Saturday&amp;quot;, &amp;quot;Sunday&amp;quot;, &amp;quot;Monday&amp;quot;, &amp;quot;Tuesday&amp;quot;, &amp;quot;Wednesday&amp;quot;],&lt;br /&gt;
                           vIntDate % 604800 / 86400  + (vIntDate &amp;gt;&amp;gt; 31) );&lt;br /&gt;
}&lt;br /&gt;
/*//--                       Anti-License Text                         --//*/&lt;br /&gt;
/*//     Contributed Freely to the Public Domain without limitation.     //*/&lt;br /&gt;
/*//   2009 (CC0) [ http://creativecommons.org/publicdomain/zero/1.0 ]   //*/&lt;br /&gt;
/*//  Void Singer [ https://wiki.secondlife.com/wiki/User:Void_Singer ]  //*/&lt;br /&gt;
/*//--                                                                 --//*/&amp;lt;/lsl&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
=== Caveat ===&lt;br /&gt;
Important Note: This Function uses GMT Time as it stands...If you want it in SLT  - offset vIntDate by -8 hours (-28800 seconds) or (vIntDate-28800)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{void-box&lt;br /&gt;
|title=See Also&lt;br /&gt;
|content=&lt;br /&gt;
* [[llGetUnixTime]]&lt;br /&gt;
* [[Stamp2UnixInt]]&lt;br /&gt;
* [[Stamp2WeekdayStr]]&lt;br /&gt;
}}&lt;br /&gt;
[[Category:LSL_User-Defined_Functions]]&lt;/div&gt;</summary>
		<author><name>1XDTester Resident</name></author>
	</entry>
</feed>