diff --git a/src/plugins/screenshot/Screenshot.cc b/src/plugins/screenshot/Screenshot.cc index 9d5ab6dcd..5fd427d1e 100644 --- a/src/plugins/screenshot/Screenshot.cc +++ b/src/plugins/screenshot/Screenshot.cc @@ -140,7 +140,7 @@ void Screenshot::SaveScreenshot() rendering::PixelUtil::Name(this->dataPtr->userCamera->ImageFormat()); auto format = common::Image::ConvertPixelFormat(formatStr); - std::string time = common::systemTimeISO() + ".png"; + std::string time = common::systemTimeIso() + ".png"; std::string savePath = common::joinPaths(this->dataPtr->directory, time); common::Image image;