mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
analytics-activity: Fix UTC timezone and adjust header type.
Fixes an error with how the `utctime` was being generated and makes the header on the summary table the same type as the other tabs.
This commit is contained in:
committed by
Tim Abbott
parent
c75e5c8ba6
commit
c05c25e742
@@ -294,7 +294,7 @@ def realm_summary_table(realm_minutes: Dict[str, float]) -> str:
|
||||
dict(
|
||||
rows=rows,
|
||||
num_active_sites=num_active_sites,
|
||||
utctime=now.strftime("%Y-%m-%d %H:%MZ"),
|
||||
utctime=now.strftime("%Y-%m-%d %H:%M %Z"),
|
||||
billing_enabled=settings.BILLING_ENABLED,
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user