Skip to content

Commit 9779707

Browse files
authored
Merge branch 'main' into arjo/feat/reset_test_fixture
2 parents 4b02f7e + 4c4fe35 commit 9779707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/camera_video_recorder/CameraVideoRecorder.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ bool CameraVideoRecorderPrivate::OnRecordVideo(const msgs::VideoRecord &_msg,
183183
// create filename with timestamped suffix if path is not specified
184184
if (this->recordVideoSavePath.empty())
185185
{
186-
std::string str = common::systemTimeISO();
186+
std::string str = common::systemTimeIso();
187187
std::string prefix = this->cameraName;
188188
prefix = std::regex_replace(prefix, std::regex("::"), "_");
189189
this->recordVideoSavePath = prefix + "_" + str + "." +

0 commit comments

Comments
 (0)