How can I get the GMT time in .net(c#) ... is the UTC time equivalent to the GMT time?
Thanks, Radu
Yes, Universal Time, "Zulu time", and UTC are effectively modern names for Greenwich Mean Time.
Yes, the UTC time is (for all intents and purposes) equivalent to the GMT time. You can use the DateTime.ToUniversalTime()
method to get the UTC time. For example, to get the current UTC time:
DateTime.Now.ToUniversalTime()
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With