#199 : changement du format de date pour postgresql. 5.

This commit is contained in:
Loic Masi
2026-04-09 12:59:32 +02:00
parent 237798890b
commit 616f1ebcc0
2 changed files with 6 additions and 7 deletions

View File

@@ -57,7 +57,7 @@ public class TitreAdminService : ITitreAdminService
Album = commande.Album,
Chronique = commande.Chronique,
DateCreation = DateTime.UtcNow,
DateSortie = DateTime.SpecifyKind(commande.DateSortie, DateTimeKind.Utc),
DateSortie = commande.DateSortie,
Duree = commande.Duree,
UrlJaquette = commande.UrlJaquette,
UrlEcoute = commande.UrlEcoute ?? string.Empty,