diff include/core/date.h @ 389:1e5d922fe82b default tip

kitsu: implement UpdateAnimeEntry yay... i guess
author Paper <paper@tflc.us>
date Thu, 06 Nov 2025 12:21:35 -0500
parents 47c9f8502269
children
line wrap: on
line diff
--- a/include/core/date.h	Thu Nov 06 09:53:06 2025 -0500
+++ b/include/core/date.h	Thu Nov 06 12:21:35 2025 -0500
@@ -56,6 +56,7 @@
 	std::optional<Day> GetDay() const;
 	QDate GetAsQDate() const;
 	nlohmann::json GetAsAniListJson() const;
+	std::string GetAsISO8601() const;
 
 private:
 	std::optional<Year> year;