Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ uses_server_time
Method
uses_server_time
django/utils/log.py:247–248 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
245
return
super().format(record)
246
247
def
uses_server_time(self):
248
return
self._fmt.find(
"{server_time}"
) >= 0
249
250
251
def
log_message(
Callers
1
format
Method · 0.95
Calls
1
find
Method · 0.45
Tested by
no test coverage detected