We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f2d5f3 + f4e4ea8 commit 6ab564cCopy full SHA for 6ab564c
1 file changed
Doppler.ReportingApi/Models/SentCampaignsMetrics.cs
@@ -20,9 +20,9 @@ public class SentCampaignMetrics
20
public string Name { get; set; }
21
22
/// <summary>
23
- /// 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)").
24
/// </summary>
25
- public DateTime UTCSentDate { get; set; }
+ public string SentDateDisplay { get; set; }
26
27
28
/// Email address used as the sender of the campaign.
0 commit comments