MCPcopy
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
332def time_format(value, format_string):
333 "Convenience function"
334 tf = TimeFormat(value)
335 return tf.format(format_string)

Callers 1

timeFunction · 0.90

Calls 2

TimeFormatClass · 0.85
formatMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…