regluit/utils/localdatetime.py

9 lines
148 B
Python

from django.utils.timezone import now
# switch to django.utils.timezone.localdate in django 1.11
def date_today():
return now().date()