The Instant View Editor uses a three-column layout, so you really want to use it on a desktop screen that's wide enough. Sorry for the inconvenience.

Back to the main page »

Original

Preview

Link Preview

Issue #1

wrong time value
Here are elements with datetime:
1. <meta property="article:published_time" content="2018-03-17T13:44:03+00:00">
2. <time class="entry-date updated td-module-date" datetime="2018-03-17T13:44:03+00:00">17 mars, 2018</time>

17 Mar 2019, 19:18 and values above are differ
:)
where are your template which catch this better ?
Accepted by admin
It seems the template displays wrong time because of the incorrect string: @datetime(+1)://span[has-class("td-post-date")]/time. Should be: published_date: //div[has-class("td-post-header")]//span[has-class("td-post-date")]//time[has-class("entry-date")]/@datetime
Type of issue
Author added their own content
Reported
Feb 10, 2019