// SPDX-License-Identifier: Apache-2.0 // Copyright Pionix GmbH and Contributors to EVerest #pragma once #include namespace module::util { std::string get_current_iso_time_string(); } // namespace module::util