Skip to content

Commit

Permalink
Fix parsing received_timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
bbalser authored and michaeldjeffrey committed Feb 6, 2025
1 parent f2130dd commit a46b8ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ impl MsgDecode for SubscriberVerifiedMappingEventIngestReport {

impl MsgTimestamp<Result<DateTime<Utc>>> for SubscriberVerifiedMappingEventIngestReportV1 {
fn timestamp(&self) -> Result<DateTime<Utc>> {
self.received_timestamp.to_timestamp()
self.received_timestamp.to_timestamp_millis()
}
}

Expand Down

0 comments on commit a46b8ef

Please sign in to comment.