Skip to content

Commit

Permalink
Merge branch 'main' into caguero/10_deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
caguero authored Dec 2, 2024
2 parents e684572 + fd0b6a1 commit a3d1ab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/screenshot/Screenshot.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a3d1ab6

Please sign in to comment.