zulip/analytics/management/commands
Anders Kaseorg 1f565a9f41 timezone: Use standard library datetime.timezone.utc consistently.
datetime.timezone is available in Python ≥ 3.2.  This also lets us
remove a pytz dependency from the PostgreSQL scripts.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
2020-06-05 09:34:17 -07:00
..
__init__.py Move management commands to the analytics app. 2013-11-06 16:51:08 -05:00
analyze_mit.py logging: Pass format arguments to logging. 2020-05-02 10:18:02 -07:00
analyze_user_activity.py timezone: Use standard library datetime.timezone.utc consistently. 2020-06-05 09:34:17 -07:00
check_analytics_state.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
clear_analytics_tables.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
clear_single_stat.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
client_activity.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
populate_analytics_db.py users: Modify do_create_user and create_user to accept role. 2020-06-02 16:11:36 -07:00
realm_stats.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
stream_stats.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00
update_analytics_counts.py timezone: Use standard library datetime.timezone.utc consistently. 2020-06-05 09:34:17 -07:00
user_stats.py python: Sort migrations/management command imports with isort. 2020-01-14 13:07:47 -08:00