gmt 1434 src/vfs/shell/shell.c struct tm *gmt; gmt 1449 src/vfs/shell/shell.c gmt = gmtime (&atime.tv_sec); gmt 1450 src/vfs/shell/shell.c g_snprintf (utcatime, sizeof (utcatime), "%04d%02d%02d%02d%02d.%02d", gmt->tm_year + 1900, gmt 1451 src/vfs/shell/shell.c gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, gmt->tm_sec); gmt 1453 src/vfs/shell/shell.c gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, gmt 1454 src/vfs/shell/shell.c gmt->tm_sec, atime.tv_nsec); gmt 1456 src/vfs/shell/shell.c gmt = gmtime (&mtime.tv_sec); gmt 1457 src/vfs/shell/shell.c g_snprintf (utcmtime, sizeof (utcmtime), "%04d%02d%02d%02d%02d.%02d", gmt->tm_year + 1900, gmt 1458 src/vfs/shell/shell.c gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, gmt->tm_sec); gmt 1460 src/vfs/shell/shell.c gmt->tm_year + 1900, gmt->tm_mon + 1, gmt->tm_mday, gmt->tm_hour, gmt->tm_min, gmt 1461 src/vfs/shell/shell.c gmt->tm_sec, mtime.tv_nsec);