mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
fix date
This commit is contained in:
@@ -5,6 +5,7 @@ Code contributions also came from:
|
||||
Chris GauthierDickey <chrisg@cs.du.edu>
|
||||
Elliot Glaysher
|
||||
Daniel Pittman <depittman@gmail.com>
|
||||
John Popplewell <john@johnnypops.demon.co.uk>
|
||||
Nils Durner <durner@gnunet.org>
|
||||
Heikki Lindholm <holindho@cs.helsinki.fi>
|
||||
Alex Sadovsky <alexeysad@gmail.com>
|
||||
|
||||
@@ -453,7 +453,7 @@ get_date_string (char *date, unsigned int max)
|
||||
days[now.tm_wday % 7],
|
||||
now.tm_mday,
|
||||
mons[now.tm_mon % 12],
|
||||
now.tm_year, now.tm_hour, now.tm_min, now.tm_sec);
|
||||
1900 + now.tm_year, now.tm_hour, now.tm_min, now.tm_sec);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user