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
Copy file name to clipboardExpand all lines: doc/functions.inc.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -302,6 +302,7 @@ <h1 id="functions-dates">Dates <a class="section-link" href="#functions-dates" a
302
302
<tr><td><code>fromOleDate</code></td><td>Create a date from an OLE Automation date float. This is equivalent to Excel dates (<ahref="https://learn.microsoft.com/en-us/troubleshoot/microsoft-365-apps/excel/wrongly-assumes-1900-is-leap-year">Less some early time bugs</a>).</td><td><code>(<spanclass="sig-type sig-type-numeric">numeric</span> -- <spanclass="sig-type sig-type-date">date</span>)</code></td></tr>
303
303
<tr><td><code>addDays</code></td><td>Add days to a date.</td><td><code>(<spanclass="sig-type sig-type-date">date</span><spanclass="sig-type sig-type-numeric">numeric</span> -- <spanclass="sig-type sig-type-date">date</span>)</code></td></tr>
304
304
<tr><td><code>utcToCst</code></td><td>Convert a UTC datetime to US Central Time.</td><td><code>(<spanclass="sig-type sig-type-date">date</span> -- <spanclass="sig-type sig-type-date">date</span>)</code></td></tr>
305
+
<tr><td><code>cstToUtc</code></td><td>Convert a US Central Time datetime to UTC.</td><td><code>(<spanclass="sig-type sig-type-date">date</span> -- <spanclass="sig-type sig-type-date">date</span>)</code></td></tr>
0 commit comments