Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Doppler.ReportingApi/Models/SentCampaignsMetrics.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ public class SentCampaignMetrics
public string Name { get; set; }

/// <summary>
/// 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)").
/// </summary>
public DateTime UTCSentDate { get; set; }
public string SentDateDisplay { get; set; }

/// <summary>
/// Email address used as the sender of the campaign.
Expand Down