Skip to content

Commit

Permalink
Adjust time format for filenames?? #98
Browse files Browse the repository at this point in the history
  • Loading branch information
vmdocua committed Jul 15, 2024
1 parent 6b2b58f commit a8a7c7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Capture/capturelib/test/TestCaptureLib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ TEST_CASE("TestCaptureLib_getTimeStr",
INFO("ts: " << ts);
REQUIRE(ts.length() == 23);

std::regex pattern(R"(\d{4}\.\d{2}\.\d{2}\.\d{2}\.\d{2}\.\d{2}\.\d{3})");
std::regex pattern(R"(\d{4}\.\d{2}\.\d{2}\-\d{2}\.\d{2}\.\d{2}\.\d{3})");

std::smatch match;
ts = getTimeStr();
Expand Down
2 changes: 1 addition & 1 deletion Capture/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.11.0.257
1.11.0.258

0 comments on commit a8a7c7a

Please sign in to comment.