Skip to content

Commit 6ab564c

Browse files
authored
Merge pull request #112 from FromDoppler/doi-2688-add-sent-date-display
[DOI-2688] Add sent date display
2 parents 0f2d5f3 + f4e4ea8 commit 6ab564c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doppler.ReportingApi/Models/SentCampaignsMetrics.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ public class SentCampaignMetrics
2020
public string Name { get; set; }
2121

2222
/// <summary>
23-
/// UTC date and time when the campaign was sent.
23+
/// Date/time display in the campaign's sending timezone (e.g. "10/2/2026 16:43:48 PM (GMT-03:00)").
2424
/// </summary>
25-
public DateTime UTCSentDate { get; set; }
25+
public string SentDateDisplay { get; set; }
2626

2727
/// <summary>
2828
/// Email address used as the sender of the campaign.

0 commit comments

Comments
 (0)