03-12-2021 03:34 AM
Hello,
Is there a way to get the current date and time in Zulu format?
Using c# the command is:
DateTime.Now.ToUniversalTime().ToString("u"));
This creates:
2021-03-12 06:39:37Z
Can this be done in teststand without an extra dll?
Thanks
03-18-2021 02:01 AM
Hi,
I think this discussion might be useful:
03-18-2021 04:29 AM
Hi,
thank you for the link.
But i am looking for a solution in only testtand with the tools that are available in teststand.