Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nonametv
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
XMLTV.se
Open Source
nonametv
Commits
73ccaea4
Commit
73ccaea4
authored
Mar 02, 2018
by
Joakim Nylén
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No prev show for xmltv
parent
bafe0650
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Xmltv.pm
lib/NonameTV/Exporter/Xmltv.pm
+1
-1
No files found.
lib/NonameTV/Exporter/Xmltv.pm
View file @
73ccaea4
...
...
@@ -798,7 +798,7 @@ sub WriteEntry
my
$timestamp2
=
create_dt
(
$timestamp
,
"UTC"
);
$timestamp2
->
set_time_zone
(
"Europe/Stockholm"
);
$d
->
{
'previously-shown'
}
=
{
start
=>
$timestamp2
->
strftime
(
"%Y%m%d%H%M%S %z"
),
channel
=>
$channelname
};
#
$d->{'previously-shown'} = { start => $timestamp2->strftime( "%Y%m%d%H%M%S %z" ), channel => $channelname };
}
$w
->
write_programme
(
$d
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment