We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0d1cd1 commit f11f6c8Copy full SHA for f11f6c8
README.md
@@ -221,6 +221,8 @@ Function cannot be an argument to another function. Store output of a function i
221
<td>GetCurrentDateTime</td>
222
<td>
223
$\color{#4686f2}{\$GetCurrentDateTime(timeZone: "")}$ <br>
224
+ <a href="https://docs.microsoft.com/en-us/windows-hardware/manufacture/desktop/default-time-zones?view=windows-11#time-zones">Windows Timezones List</a><br>
225
+ <a href="https://manpages.ubuntu.com/manpages/bionic/man3/DateTime::TimeZone::Catalog.3pm.html">Ubuntu Timezones List</a><br>
226
let today = $GetCurrentDateTime() <br>
227
let todayEst = $GetCurrentDateTime ( timezone: "Eastern Standard Time" )
228
</td>
0 commit comments