about summary refs log tree commit diff stats
path: root/ara.pl
diff options
context:
space:
mode:
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) {