fix(web_client): 将报告时间格式从字符串更改为RFC 3339格式 (#698)

This commit is contained in:
严浩
2025-03-19 23:00:52 +08:00
committed by GitHub
parent d880dfbbca
commit 34365a096e

View File

@@ -95,7 +95,7 @@ impl Session {
easytier_version: EASYTIER_VERSION.to_string(),
hostname: hostname.clone(),
report_time: chrono::Local::now().to_string(),
report_time: chrono::Local::now().to_rfc3339(),
running_network_instances: controller
.list_network_instance_ids()