Files
zulip/static/js
Rishi Gupta 15d60fa7ed Change now() to timezone.now() throughout codebase.
Change `from django.utils.timezone import now` to
`from django.utils import timezone`.

This is both because now() is ambiguous (could be datetime.datetime.now),
and more importantly to make it easier to write a lint rule against
datetime.datetime.now().
2017-02-28 16:03:37 -08:00
..
2017-02-26 21:39:22 -08:00
2016-12-29 06:01:33 -08:00
2017-02-14 23:25:22 -08:00
2017-02-14 23:25:22 -08:00