get_current_time

Function get_current_time 

Source
pub async fn get_current_time() -> ControllerResult<HttpResponse>
Expand description

GET /api/v0/main-frontend/time Returns the server’s current UTC time as an RFC3339 timestamp string.

Response body example: "2026-02-18T12:34:56.789Z"