Skip to content

Commit 5244919

Browse files
Timezone updated
hello @shreys7 I was using your project for my devops journey, and when I tried to run commands, there was a time zone error. I was able to resolve it by going through your settings. I learned about the small K error, which has now been resolved.
1 parent a8faed3 commit 5244919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

todoApp/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
LANGUAGE_CODE = 'en-us'
108108

109-
TIME_ZONE = 'Asia/kolkata'
109+
TIME_ZONE = 'Asia/Kolkata'
110110

111111
USE_I18N = True
112112

0 commit comments

Comments
 (0)