mirror of
https://github.com/infinilabs/coco-app.git
synced 2026-02-24 04:01:27 +01:00
Previously, the last update time of the Coco server in the "Connect" settings page was displayed using the raw string directly from the `updated` field, which lacked consistent formatting. This commit refactors the `ServiceMetadata` component to use the `formatDateToLocal` utility function. This ensures the update time is displayed in a standardized `YYYY/MM/DD HH:mm:ss` format and provides a fallback value if the date is invalid or missing.