Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ time_format
Function
time_format
django/utils/dateformat.py:332–335 ·
view source on GitHub ↗
Convenience function
(value, format_string)
Source
from the content-addressed store, hash-verified
330
331
332
def
time_format(value, format_string):
333
"Convenience function"
334
tf = TimeFormat(value)
335
return
tf.format(format_string)
Callers
1
time
Function · 0.90
Calls
2
TimeFormat
Class · 0.85
format
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…