mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-14 20:21:14 +03:00
[HinduTamilBridge] fix timestamp (#4127)
This commit is contained in:
parent
87fa6ea71e
commit
d3d33c72bd
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue