X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fhttp.c;h=e2cee5894db141ef34ce18ddd9985bee6a2331a1;hp=5b9e8bbfc617ee23cddd676e16beb5c067f7443e;hb=5f341d6bc175e2cb046680587eaa281791b91ceb;hpb=7cebc3ca17dab17fac87d47c47df99d7e8233154 diff --git a/src/http.c b/src/http.c index 5b9e8bbf..e2cee589 100644 --- a/src/http.c +++ b/src/http.c @@ -2373,7 +2373,7 @@ http_loop (struct url *u, char **newloc, char **local_file, const char *referer, sleep_between_retrievals (count); /* Get the current time string. */ - tms = time_str (time (NULL)); + tms = datetime_str (time (NULL)); if (opt.spider && !got_head) logprintf (LOG_VERBOSE, _("\ @@ -2442,7 +2442,7 @@ Spider mode enabled. Check if remote file exists.\n")); err = gethttp (u, &hstat, dt, proxy); /* Time? */ - tms = time_str (time (NULL)); + tms = datetime_str (time (NULL)); /* Get the new location (with or without the redirection). */ if (hstat.newloc)