diff --git a/proxmox-time-api/src/time_impl.rs b/proxmox-time-api/src/time_impl.rs index 3d5aee6f..a548c717 100644 --- a/proxmox-time-api/src/time_impl.rs +++ b/proxmox-time-api/src/time_impl.rs @@ -49,7 +49,7 @@ pub fn get_server_time_info() -> Result { Ok(ServerTimeInfo { timezone: read_etc_localtime()?, - time: time, - localtime: localtime, + time, + localtime, }) }