From 514486bb6ccaf78c10be8560d5c5194537abe7c5 Mon Sep 17 00:00:00 2001 From: alireza Date: Thu, 27 Nov 2025 16:45:23 +0330 Subject: [PATCH] fix list of telementry date --- src/GreenHome.Application/Dtos.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GreenHome.Application/Dtos.cs b/src/GreenHome.Application/Dtos.cs index 70b2690..19d36b1 100644 --- a/src/GreenHome.Application/Dtos.cs +++ b/src/GreenHome.Application/Dtos.cs @@ -29,6 +29,7 @@ public sealed class TelemetryDto public int PersianYear { get; set; } public int PersianMonth { get; set; } public string PersianDate { get; set; } = string.Empty; + public DateTime ServerTimestampUtc { get; set; } } public sealed class TelemetryFilter