Preview
Issue #2
- Deleted Account
- The exact time is stored in the meta tag http://i.imgur.com/gnjvVF8.png
- Accepted by admin
- Your template is showing 'Last updated' time, but it should show 'Published' time:
https://instantview.telegram.org/checklist#6-9-date-and-time
- Deleted Account
- Perhaps you do not have access to view the source code for the template, but it's not true.
There is 12PM because the Telegram IV parser converts it to CET (EDT in original page)
http://i.imgur.com/DUNfiBD.png
also https://instantview.telegram.org/checklist#6-9-date-and-time
> The IV editor‘s ’Preview‘ section will always show the date/time in UTC format, while the ’Original' section may use a different time zone. It is possible for a perfect template to display a date/time that is different from the original.
- Accepted by admin
- The published time visible on the page is 8:08, I'm afraid no time zone makes 12:06 from this timestamp. Looks like your template uses the datetime attribute of the <time> tag and the timestamp there is different from the one visible on the page. If conflicting dates are stored in multiple places on the source page, preference should be given to the time that is visible to the ordinary user who views the page in a browser, so template #15 handles the case better.
- Type of issue
- Author added their own content
- Reported
- Jul 14, 2017
If conflicting dates are stored in multiple places on the source page, preference should be given to the time that is visible to the ordinary user who views the page in a browser.