datetime etc

This commit is contained in:
john 2025-05-04 23:22:30 +02:00
parent 0d7da2ea85
commit 59d660165f
7 changed files with 23 additions and 23 deletions

View file

@ -8,5 +8,5 @@ public record PublicPostDto(
Guid PostId,
string Content,
IEnumerable<Uri> Media,
DateTime CreatedAt
DateTimeOffset CreatedAt
);