@@ -5,6 +5,7 @@ Code contributions also came from:
Chris GauthierDickey <[email protected]>
Elliot Glaysher
Daniel Pittman <[email protected]>
+John Popplewell <[email protected]>
Nils Durner <[email protected]>
Heikki Lindholm <[email protected]>
Alex Sadovsky <[email protected]>
@@ -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);
}
/**