We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 204563a commit b904d5aCopy full SHA for b904d5a
2 files changed
.github/workflows/cppcheck.yml
@@ -17,9 +17,6 @@ jobs:
17
- name: Install cppcheck
18
run: sudo apt-get install -y cppcheck
19
20
- - name: Run cppcheck
21
- run: cppcheck --project=display.cppcheck --error-exitcode=1
22
-
23
- name: Report cppcheck version
24
run: cppcheck --version
25
src/utility_data_RDL.cpp
@@ -131,6 +131,7 @@ namespace rdlib_time
131
using std::format with the ISO 8601 date and time specifiers.
132
std::string time = UTC_string();
133
// Returns e.g. "2026-06-02 19:13:21 UTC"
134
+ @returns the current UTC time as a formatted string in the format "yyyy-mm-dd hh:mm:ss UTC".
135
*/
136
std::string UTC_string()
137
{
0 commit comments