Datetime.Today in GMT in c#

Solution 1:

There is no DateTime.UtcToday, but you can try DateTime.UtcNow.Date

Solution 2:

DateTime.UtcNow will give you the current universal time.