mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 21:07:59 +03:00
fix: typo
This commit is contained in:
@@ -66,7 +66,7 @@ std::string Response::getTime(void)
|
|||||||
|
|
||||||
gettimeofday(&currTime, NULL);
|
gettimeofday(&currTime, NULL);
|
||||||
t = gmtime(&currTime.tv_sec);
|
t = gmtime(&currTime.tv_sec);
|
||||||
strftime(buff, 1337, "%a, %d %b %Y %H:%M:%S GTM", t);
|
strftime(buff, 1337, "%a, %d %b %Y %H:%M:%S GMT", t);
|
||||||
|
|
||||||
return (buff);
|
return (buff);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user