Fix city-local nearby station time labels

This commit is contained in:
2569718930@qq.com
2026-04-19 18:45:25 +08:00
parent d6cc3b1b90
commit d1fa49ee35
4 changed files with 32 additions and 2 deletions
+1
View File
@@ -121,6 +121,7 @@ export interface NearbyStation {
obs_time?: string | null;
obs_time_epoch?: number | string | null;
obs_time_label?: string | null;
obs_time_display_tz?: "city_local" | string | null;
age_minutes?: number | null;
time_delta_vs_anchor_minutes?: number | null;
sync_status?: "synced" | "near_realtime" | "lagged" | "stale" | "unknown" | string | null;