diff --git a/Doppler.ReportingApi/Models/SentCampaignsMetrics.cs b/Doppler.ReportingApi/Models/SentCampaignsMetrics.cs
index 3a09643..7a47c95 100644
--- a/Doppler.ReportingApi/Models/SentCampaignsMetrics.cs
+++ b/Doppler.ReportingApi/Models/SentCampaignsMetrics.cs
@@ -20,9 +20,9 @@ public class SentCampaignMetrics
public string Name { get; set; }
///
- /// UTC date and time when the campaign was sent.
+ /// Date/time display in the campaign's sending timezone (e.g. "10/2/2026 16:43:48 PM (GMT-03:00)").
///
- public DateTime UTCSentDate { get; set; }
+ public string SentDateDisplay { get; set; }
///
/// Email address used as the sender of the campaign.