mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 00:50:09 -04:00
Update raiplay.it.test.js
Change local to UTC time
This commit is contained in:
parent
1f95bfc2aa
commit
4d09aa8d56
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ it('can parse response', () => {
|
||||||
|
|
||||||
expect(result).toMatchObject([
|
expect(result).toMatchObject([
|
||||||
{
|
{
|
||||||
start: '2022-05-03T19:40:00.000Z',
|
start: '2022-05-03T17:40:00.000Z',
|
||||||
stop: '2022-05-03T20:30:00.000Z',
|
stop: '2022-05-03T18:30:00.000Z',
|
||||||
title: 'The Good Doctor S3E5 - La prima volta',
|
title: 'The Good Doctor S3E5 - La prima volta',
|
||||||
description:
|
description:
|
||||||
"Shaun affronta il suo primo intervento. Il caso si rivela complicato e, nonostante Shaun abbia un'idea geniale, sarà Andrews a portare a termine l'operazione.",
|
"Shaun affronta il suo primo intervento. Il caso si rivela complicato e, nonostante Shaun abbia un'idea geniale, sarà Andrews a portare a termine l'operazione.",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue