Files
coco-app/docs
SteveLauC a6b6a09af0 refactor: format Coco server update time in settings (#1040)
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.
2025-12-31 14:04:45 +08:00
..