We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb63b5 commit 87b7ce0Copy full SHA for 87b7ce0
src/report_generator.cpp
@@ -29,7 +29,7 @@ namespace
29
auto const timestamp = [] {
30
// Allow the timestamp to be set from a unix timestamp in the environment,
31
// to support reproducible HTML output. For example:
32
- // LWG_REVISION_TIME=$(date +%s -d "2025-10-07 at 09:38:29 UTC") make lists
+ // LWG_REVISION_TIME=$(date +%s -d "2025-10-07 09:38:29 UTC") make lists
33
if (const char* revtime = std::getenv("LWG_REVISION_TIME"))
34
return std::chrono::sys_seconds(std::chrono::seconds(std::stol(revtime)));
35
auto now = std::chrono::system_clock::now();
0 commit comments