From 66a98861d0fbb7cba742b63bf97268a2a619c5e0 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Sat, 10 Aug 2024 15:51:34 +0200 Subject: Some small updates here and there --- lib/libtmi8/src/kv1_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libtmi8/src/kv1_parser.cpp b/lib/libtmi8/src/kv1_parser.cpp index 78a45a6..3ea9137 100644 --- a/lib/libtmi8/src/kv1_parser.cpp +++ b/lib/libtmi8/src/kv1_parser.cpp @@ -374,7 +374,7 @@ static std::optional parseDateTime(std::string_view sr size_t tzd_off = time_off + 9; // For clarity, TZD stands for Time Zone Designator. It often takes the form // of Z (Zulu, UTC+00:00) or as an offset from UTC in hours and minutes, - // formatted as +|-HH:MM (e.g. +01:00, -12:00). + // formatted as ±HH:MM (e.g. +01:00, -12:00). if (time_off + 8 >= src.size()) ERROR("bad format, not enough space for hh:mm:ss"); -- cgit v1.2.3