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