I am trying to convert time from America/New_York to other(any) timezone using
from django.utils import timezone
I tried finding references on web but couldn't find it
I am trying to convert time from America/New_York to other(any) timezone using
from django.utils import timezone
I tried finding references on web but couldn't find it
Tested it's working modify into settings.py file
TIME_ZONE = 'Asia/Kolkata'