diff --git a/Webzine.Business/TitreAdminService.cs b/Webzine.Business/TitreAdminService.cs index 4372e67..a7da3da 100644 --- a/Webzine.Business/TitreAdminService.cs +++ b/Webzine.Business/TitreAdminService.cs @@ -57,7 +57,7 @@ public class TitreAdminService : ITitreAdminService Album = commande.Album, Chronique = commande.Chronique, DateCreation = DateTime.UtcNow, - DateSortie = DateTime.Parse(commande.DateSortie.ToString()), + DateSortie = commande.DateSortie.ToUniversalTime(), Duree = commande.Duree, UrlJaquette = commande.UrlJaquette, UrlEcoute = commande.UrlEcoute ?? string.Empty,