MCPcopy
hub / github.com/django/django / dateparse.py

File dateparse.py

django/utils/dateparse.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Functions to parse datetime objects."""
2
3# We're using regular expressions rather than time.strptime because:
4# - They provide both validation and parsing.

Callers

nothing calls this directly

Calls 1

_lazy_re_compileFunction · 0.90

Tested by

no test coverage detected