I want to display the current date and time with Dragon NaturallySpeaking's Advanced Scripting:
I display the date and the time as follows:
Sub Main
DateToday$ = Format(Now,"yyyy-mm-dd hh:nn:ss")
SendKeys DateToday$
End Sub
It outputs something like "2015-01-19 21:45:07".
How can I write the system's time zone as well?
I use Dragon NaturallySpeaking 12.5 Professional with Windows 7 SP1 x64 Ultimate.