Kaydet (Commit) ae65eed6 authored tarafından Nick Pope's avatar Nick Pope Kaydeden (comit) Tim Graham

Corrected comment in TruncTime database function.

üst 0d7ba0ff
......@@ -285,7 +285,7 @@ class TruncTime(TruncBase):
output_field = TimeField()
def as_sql(self, compiler, connection):
# Cast to date rather than truncate to date.
# Cast to time rather than truncate to time.
lhs, lhs_params = compiler.compile(self.lhs)
tzname = timezone.get_current_timezone_name() if settings.USE_TZ else None
sql = connection.ops.datetime_cast_time_sql(lhs, tzname)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment