diff options
-rw-r--r-- | bridges/HinduTamilBridge.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridges/HinduTamilBridge.php b/bridges/HinduTamilBridge.php index cdbdfe35..cab04171 100644 --- a/bridges/HinduTamilBridge.php +++ b/bridges/HinduTamilBridge.php @@ -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); |