Mercurial > minori
comparison include/core/time.h @ 319:d928ec7b6a0d
services/kitsu: implement GetAnimeList()
it finally works!
| author | Paper <paper@paper.us.eu.org> |
|---|---|
| date | Wed, 12 Jun 2024 17:52:26 -0400 |
| parents | da2c5a8ff306 |
| children | 47c9f8502269 |
comparison
equal
deleted
inserted
replaced
| 318:3b355fa948c7 | 319:d928ec7b6a0d |
|---|---|
| 17 std::string GetSecondsAsAbsoluteString(Units unit_cutoff, Timestamp amount, double unit_in_seconds = 1.0); | 17 std::string GetSecondsAsAbsoluteString(Units unit_cutoff, Timestamp amount, double unit_in_seconds = 1.0); |
| 18 | 18 |
| 19 /* in UTC */ | 19 /* in UTC */ |
| 20 Timestamp GetSystemTime(); | 20 Timestamp GetSystemTime(); |
| 21 | 21 |
| 22 Timestamp ParseISO8601Time(const std::string& str); | |
| 23 | |
| 22 }; // namespace Time | 24 }; // namespace Time |
| 23 | 25 |
| 24 #endif // MINORI_CORE_TIME_H_ | 26 #endif // MINORI_CORE_TIME_H_ |
