Is it possible to add a specific time zone to test cases in C# NUnit?

Is it possible to add a specific time zone to test cases in C# NUnit?

Hey Ian,

Yes, you can add time zone using the following capability as:

capabilities.SetCapability("timezone", "UTC-05:00");

You can add time based on your use case.