Skip to content

Instantly share code, notes, and snippets.

@elinaldosoft
Created May 5, 2020 20:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elinaldosoft/6368721ed10f2e416962b93adcb57a33 to your computer and use it in GitHub Desktop.
Save elinaldosoft/6368721ed10f2e416962b93adcb57a33 to your computer and use it in GitHub Desktop.
Convert datetime to local date (Django)
import pytz
from django.utils import timezone
timezone.localtime(profile.updated_at.replace(tzinfo=pytz.UTC))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment