Holen Sie sich aktuelle Zeit Python Django

from django.utils import timezone
now = timezone.now()
Friendly Fowl