--- proftpd-1.3.0rc1/modules/mod_core.c.orig Tue Apr 12 14:25:08 2005 +++ proftpd-1.3.0rc1/modules/mod_core.c Tue Apr 12 14:41:20 2005 @@ -3850,13 +3850,7 @@ return ERROR(cmd); } else { - unsigned char *times_gmt = get_param_ptr(TOPLEVEL_CONF, - "TimesGMT", FALSE); - - if (!times_gmt || *times_gmt == TRUE) - tm = pr_gmtime(cmd->tmp_pool, &sbuf.st_mtime); - else - tm = pr_localtime(cmd->tmp_pool, &sbuf.st_mtime); + tm = pr_gmtime(cmd->tmp_pool, &sbuf.st_mtime); if (tm) snprintf(buf, sizeof(buf), "%04d%02d%02d%02d%02d%02d",