-
Mktime appears to return a value that is 3600 too low.
gcc (GCC) 3.2.3 (mingw special 20030504-1)
runtime 3.1
Windows XP
When the following code is compiled and run:
#include <stdio.h>
#include <time.h>
int main(int argc, char **argv)
{
struct tm tms;
long time_in_secs;
tms.tm_year = 70; /* 1970 */
tms.tm_mon = 0; /* January */
tms.tm_mday = 1; /* 1st of */...
2003-09-25 13:32:34 UTC in MinGW - Minimalist GNU for Windows
-
neilt committed patchset 23 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 4 files.
2002-06-26 09:59:32 UTC in Dzcomm RS-232 API
-
neilt committed patchset 22 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 1 files.
2002-06-19 14:33:57 UTC in Dzcomm RS-232 API
-
neilt committed patchset 21 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 1 files.
2002-06-19 14:09:28 UTC in Dzcomm RS-232 API
-
neilt committed patchset 20 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 1 files.
2002-06-19 14:07:02 UTC in Dzcomm RS-232 API
-
neilt committed patchset 19 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 8 files.
2002-06-19 14:05:11 UTC in Dzcomm RS-232 API
-
neilt committed patchset 18 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 4 files.
2002-06-19 13:17:33 UTC in Dzcomm RS-232 API
-
neilt committed patchset 17 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 3 files.
2002-05-29 10:57:12 UTC in Dzcomm RS-232 API
-
neilt committed patchset 16 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 1 files.
2002-05-01 09:57:32 UTC in Dzcomm RS-232 API
-
neilt committed patchset 15 of module dzcomm to the Dzcomm RS-232 API CVS repository, changing 1 files.
2002-05-01 09:56:48 UTC in Dzcomm RS-232 API