mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-14 21:46:25 +02:00
[HinduTamilBridge] fix timestamp (#4127)
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user