This commit is contained in:
2024-08-29 13:09:32 -05:00
parent 82bb90f66d
commit 643486b2c4
5 changed files with 26 additions and 24 deletions

View File

@ -51,6 +51,9 @@ void get_local_time_now(struct tm &local_time);
auto strptime(const char *s, const char *f, struct tm *tm) -> const char *;
[[nodiscard]] auto unix_time_to_filetime(std::uint64_t unix_time) -> FILETIME;
[[nodiscard]] auto
windows_time_t_to_unix_time(__time64_t win_time) -> std::uint64_t;
#endif // defined(_WIN32)
[[nodiscard]] auto