[HinduTamilBridge] fix timestamp (#4127)

This commit is contained in:
tillcash 2024-06-11 19:10:49 +05:30 committed by GitHub
parent 87fa6ea71e
commit d3d33c72bd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ class HinduTamilBridge extends FeedExpander
$date = $dom->find('p span.date', 1);
if ($date) {
$item['timestamp'] = $date->innertext;
$item['timestamp'] = $date->innertext . ' IST';
}
$content = $dom->find('#pgContentPrint', 0);