Merge pull request #6900 from ianjazz246/local-time-test

pull/6907/head
Bond-009 3 years ago committed by GitHub
commit e30ac91f16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ namespace Jellyfin.Server.Implementations.Tests.LiveTv
{ {
Name = "The Big Bang Theory", Name = "The Big Bang Theory",
IsProgramSeries = true, IsProgramSeries = true,
OriginalAirDate = new DateTime(2018, 12, 6) OriginalAirDate = new DateTime(2018, 12, 6, 0, 0, 0, DateTimeKind.Local)
}); });
data.Add( data.Add(
@ -70,7 +70,7 @@ namespace Jellyfin.Server.Implementations.Tests.LiveTv
{ {
Name = "The Big Bang Theory", Name = "The Big Bang Theory",
IsProgramSeries = true, IsProgramSeries = true,
OriginalAirDate = new DateTime(2018, 12, 6), OriginalAirDate = new DateTime(2018, 12, 6, 0, 0, 0, DateTimeKind.Local),
EpisodeTitle = "The VCR Illumination" EpisodeTitle = "The VCR Illumination"
}); });

Loading…
Cancel
Save