<?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=LlGetRegionTimeOfDay%2Fja</id>
	<title>LlGetRegionTimeOfDay/ja - 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=LlGetRegionTimeOfDay%2Fja"/>
	<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlGetRegionTimeOfDay/ja&amp;action=history"/>
	<updated>2026-07-15T20:52:56Z</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=LlGetRegionTimeOfDay/ja&amp;diff=1215523&amp;oldid=prev</id>
		<title>Misaki Vanilla: Created page with &quot;{{LSL_Function/ja |func=llGetRegionTimeOfDay |func_id=80 |func_sleep=0.0 |func_energy=10.0 |return_type=float |func_footnote=デフォルトでは（カスタム環境設定...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.secondlife.com/w/index.php?title=LlGetRegionTimeOfDay/ja&amp;diff=1215523&amp;oldid=prev"/>
		<updated>2023-11-22T21:51:52Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;{{LSL_Function/ja |func=llGetRegionTimeOfDay |func_id=80 |func_sleep=0.0 |func_energy=10.0 |return_type=float |func_footnote=デフォルトでは（カスタム環境設定...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL_Function/ja&lt;br /&gt;
|func=llGetRegionTimeOfDay&lt;br /&gt;
|func_id=80&lt;br /&gt;
|func_sleep=0.0&lt;br /&gt;
|func_energy=10.0&lt;br /&gt;
|return_type=float&lt;br /&gt;
|func_footnote=デフォルトでは（カスタム環境設定なしで）、Second Lifeの昼夜サイクルは4時間です（3時間の明るさ、1時間の暗さ）。日の出と日没の時間はゆっくりと変化します。&lt;br /&gt;
|func_desc&lt;br /&gt;
|return_text=これは、Second Lifeの真夜中からの経過時間（リージョンのスコープでの日サイクル設定に基づくサブセカンドの精度を持つ）またはリージョンのアップタイム（リージョンがオンラインになった/再起動されてからの時間）の小さい方です。リージョンが太陽が一定の位置にとどまるように構成されている場合、返される値はリージョンのアップタイムです。&lt;br /&gt;
|spec&lt;br /&gt;
|caveats&lt;br /&gt;
|constants&lt;br /&gt;
|examples=&amp;lt;source lang=&amp;quot;lsl2&amp;quot;&amp;gt;//Time will be less than 4 hours unless the sun is locked.&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    touch_start(integer total_number)&lt;br /&gt;
    {&lt;br /&gt;
        float tod = llGetRegionTimeOfDay( );&lt;br /&gt;
        llOwnerSay(&amp;quot;Time since last region restart or SL midnight (based on SL 4 hour day):&amp;quot;);&lt;br /&gt;
        integer hours = ((integer)tod / 3600) ;&lt;br /&gt;
        integer minutes = ((integer)tod / 60) - (hours * 60);&lt;br /&gt;
        llOwnerSay((string) tod + &amp;quot; seconds which is &amp;quot;+(string) hours+&amp;quot;h &amp;quot;+(string) minutes+&amp;quot;m&amp;quot;); &lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/source&amp;gt;&lt;br /&gt;
|helpers&lt;br /&gt;
|also_functions=&lt;br /&gt;
{{LSL DefineRow||[[llGetSunDirection/ja]]|}}&lt;br /&gt;
{{LSL DefineRow||[[llGetTimeOfDay/ja]]|}}&lt;br /&gt;
|also_events&lt;br /&gt;
|also_tests&lt;br /&gt;
|also_articles&lt;br /&gt;
|notes&lt;br /&gt;
|cat1=Time&lt;br /&gt;
|cat2=Region&lt;br /&gt;
|cat3&lt;br /&gt;
|cat4&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Misaki Vanilla</name></author>
	</entry>
</feed>