Fixed code factor issue

This commit is contained in:
emeric
2025-01-22 13:42:52 +01:00
parent 21a60dca89
commit 40416cb907
2 changed files with 59 additions and 51 deletions
@@ -46,6 +46,8 @@ namespace lms::core
constexpr auto operator<=>(const PartialDateTime& other) const = default;
private:
static PartialDateTime parseDateTime(const char* format, const std::string& dateTimeStr);
std::int16_t _year{};
std::uint8_t _month{}; // 1 to 12
std::uint8_t _day{}; // 1 to 31