mirror of
https://github.com/daffyyyy/CS2-SimpleAdmin.git
synced 2026-02-18 10:43:23 +00:00
Fixed gag
This commit is contained in:
@@ -607,7 +607,6 @@ public static class Time
|
||||
{
|
||||
TimeZoneInfo timezone = TimeZoneInfo.FindSystemTimeZoneById(timezoneId);
|
||||
DateTime userTime = TimeZoneInfo.ConvertTimeFromUtc(utcNow, timezone);
|
||||
|
||||
return userTime;
|
||||
}
|
||||
catch (TimeZoneNotFoundException)
|
||||
|
||||
Reference in New Issue
Block a user