about summary refs log tree commit diff stats
path: root/ara.pl
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-05-29 20:42:50 +0530
committerAndinus <andinus@nand.sh>2020-05-29 20:42:50 +0530
commite5d4c834bb293ca1963c765b91146722bd50fdbd (patch)
tree447252e057ddbe7a733157225f47bee57a21be73 /ara.pl
parent569c76adac2d848897e03cfc4d9469f161e7aeae (diff)
downloadara-e5d4c834bb293ca1963c765b91146722bd50fdbd.tar.gz
Change timezone to 'Asia/Kolkata'
Diffstat (limited to 'ara.pl')
-rwxr-xr-xara.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ara.pl b/ara.pl
index 2d2305b..c563e5e 100755
--- a/ara.pl
+++ b/ara.pl
@@ -63,7 +63,7 @@ my $rows = [
     ['State', 'Confirmed', 'Active', 'Recovered', 'Deaths', 'Last Updated'],
     ];
 
-my $today = DateTime->now( time_zone => 'UTC' );
+my $today = DateTime->now( time_zone => 'Asia/Kolkata' );
 
 # Add first 37 entries to $rows.
 foreach my $i (0...37) {