<turbo-stream action="update" target="wiki_card"><template>

<h1>LOCALTIME</h1>
<div class="trix-content"><h1>Localtime (&lt;datetime&gt;, &lt;timezone&gt;, &lt;daylight saving&gt;)</h1>
<p>The Formula will adjust the specified &lt;datetime&gt; from UTC time to the timezone entered.</p>
<blockquote>
<ul>
<li>&lt;datetime&gt; is a variable with the DateTime value to be adjusted,</li>
<li>&lt;timezone in seconds&gt; is the timezone offset from UTC time in seconds and</li>
<li>&lt;daylight saving&gt; is 1 if daylight saving is in use and 0 if daylight saving should not be used.</li>
</ul>
</blockquote>
<p>&nbsp;For example you can use: LocalTime( datetimefield, -3600, 1) to adjust the value in datetimefield to European central standard time.</p></div>
</template></turbo-stream>

