Skip to content

Commit

Permalink
Replace systemTimeISO with systemTimeIso
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Agüero <caguero@openrobotics.org>
  • Loading branch information
caguero committed Dec 2, 2024
1 parent 7543961 commit e3b26a5
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 e3b26a5

Please sign in to comment.