Skip to content

Commit

Permalink
Updated settings.py to have timezone Asia/Kolkata
Browse files Browse the repository at this point in the history
  • Loading branch information
shreys7 committed Dec 1, 2019
1 parent 4573c2b commit 7456e32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todoApp/todoApp/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@

LANGUAGE_CODE = 'en-us'

TIME_ZONE = 'UTC'
TIME_ZONE = 'Asia/kolkata'

USE_I18N = True

Expand Down

0 comments on commit 7456e32

Please sign in to comment.