You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
</code></pre><p>To display the date time correctly you need to set the format of the calculation field to be a custom format of: <code>dd/mm/yyyy hh:mm:ss.000</code></p>
128
128
<p>This though does not take local time into account. To include local time we must add the number of hours (in milliseconds) to the time stamp:</p>
129
-
<pre><codeclass="language-{linenos=table}" data-lang="{linenos=table}">Milliseconds in an hour = 3600000
0 commit comments