Index: trunk/src_plugins/export_test/export_test.c =================================================================== --- trunk/src_plugins/export_test/export_test.c (revision 10001) +++ trunk/src_plugins/export_test/export_test.c (revision 10002) @@ -106,7 +106,6 @@ int found_pin1; int found_pin2; int pin_cnt; - time_t currenttime; FILE *fp; export_testList *export_test = NULL; char *name, *descr, *value; @@ -118,13 +117,7 @@ return 1; } - /* Create a portable timestamp. */ - currenttime = time(NULL); - { - /* avoid gcc complaints */ - const char *fmt = "%c UTC"; - strftime(utcTime, sizeof(utcTime), fmt, gmtime(¤ttime)); - } + pcb_print_utc(utcTime, sizeof(utcTime), 0); fprintf(fp, "# $Id"); fprintf(fp, "$\n"); fprintf(fp, "# PcbXY Version 1.0\n");