Add cookies support

This commit is contained in:
2024-01-11 19:57:07 +08:00
parent c753f200cd
commit b6db76625b
8 changed files with 1315 additions and 13 deletions

View File

@@ -14,5 +14,8 @@ namespace time_util {
*/
void time_t_to_file_time(time_t t, LPFILETIME pft);
#endif
char* strptime(const char* s, const char* format, struct tm* tm);
long get_timezone();
time_t timegm(struct tm* tm);
}
#endif