mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #6900 from ianjazz246/local-time-test
This commit is contained in:
commit
e30ac91f16
@ -61,7 +61,7 @@ namespace Jellyfin.Server.Implementations.Tests.LiveTv
|
||||
{
|
||||
Name = "The Big Bang Theory",
|
||||
IsProgramSeries = true,
|
||||
OriginalAirDate = new DateTime(2018, 12, 6)
|
||||
OriginalAirDate = new DateTime(2018, 12, 6, 0, 0, 0, DateTimeKind.Local)
|
||||
});
|
||||
|
||||
data.Add(
|
||||
@ -70,7 +70,7 @@ namespace Jellyfin.Server.Implementations.Tests.LiveTv
|
||||
{
|
||||
Name = "The Big Bang Theory",
|
||||
IsProgramSeries = true,
|
||||
OriginalAirDate = new DateTime(2018, 12, 6),
|
||||
OriginalAirDate = new DateTime(2018, 12, 6, 0, 0, 0, DateTimeKind.Local),
|
||||
EpisodeTitle = "The VCR Illumination"
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user