Update Sensors.cs

This commit is contained in:
Kvintilyanov Aleksandr 2025-03-03 18:25:03 +03:00 committed by GitHub
parent 75e77a9f74
commit 3e5df1ace1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -343,7 +343,7 @@ namespace PerformanceOverlay
{
"CURR_TIME", new UserValueSensor()
{
Value = delegate ()
Value = delegate string ()
{
DateTime localDate = DateTime.Now;
return localDate.ToString("t");