MCPcopy
hub / github.com/django/django / _get_naive_now

Function _get_naive_now

django/db/models/fields/__init__.py:1387–1388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1385
1386
1387def _get_naive_now():
1388 return _to_naive(timezone.now())
1389
1390
1391class DateTimeCheckMixin:

Callers 2

_check_if_value_fixedMethod · 0.85

Calls 2

_to_naiveFunction · 0.85
nowMethod · 0.45

Tested by

no test coverage detected