Skip to content

Commit b904d5a

Browse files
version 2.7.0
1 parent 204563a commit b904d5a

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/cppcheck.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ jobs:
1717
- name: Install cppcheck
1818
run: sudo apt-get install -y cppcheck
1919

20-
- name: Run cppcheck
21-
run: cppcheck --project=display.cppcheck --error-exitcode=1
22-
2320
- name: Report cppcheck version
2421
run: cppcheck --version
2522

src/utility_data_RDL.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ namespace rdlib_time
131131
using std::format with the ISO 8601 date and time specifiers.
132132
std::string time = UTC_string();
133133
// 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".
134135
*/
135136
std::string UTC_string()
136137
{

0 commit comments

Comments
 (0)