Update the server startup time to string (#646)

This commit is contained in:
Wu Clan
2025-05-31 17:26:07 +08:00
committed by GitHub
parent 57ae7f03a6
commit 86d9efd785
+1 -1
View File
@@ -164,7 +164,7 @@ class ServerInfo:
'mem_vms': ServerInfo.format_bytes(mem_info.vms),
'mem_rss': ServerInfo.format_bytes(mem_info.rss),
'mem_free': ServerInfo.format_bytes(mem_info.vms - mem_info.rss),
'startup': start_time,
'startup': timezone.t_str(start_time),
'elapsed': elapsed,
}