Files
source/Y/gmt.html
github-actions[bot] 08571174ab Deploy to GitHub Pages
2026-02-01 17:32:02 +00:00

26 lines
2.6 KiB
HTML

<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
<html xmlns='http://www.w3.org/1999/xhtml'>
<head>
<title>gmt</title>
<meta name='robots' content='noindex,nofollow' />
<meta name='generator' content='GLOBAL-6.6.11' />
<meta http-equiv='Content-Style-Type' content='text/css' />
<link rel='stylesheet' type='text/css' href='../style.css' />
</head>
<body>
<pre>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1431'>gmt</a> 1431 src/vfs/shell/shell.c struct tm *gmt;</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1446'>gmt</a> 1446 src/vfs/shell/shell.c gmt = gmtime (&amp;atime.tv_sec);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1447'>gmt</a> 1447 src/vfs/shell/shell.c g_snprintf (utcatime, sizeof (utcatime), "%04d%02d%02d%02d%02d.%02d", gmt-&gt;tm_year + 1900,</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1448'>gmt</a> 1448 src/vfs/shell/shell.c gmt-&gt;tm_mon + 1, gmt-&gt;tm_mday, gmt-&gt;tm_hour, gmt-&gt;tm_min, gmt-&gt;tm_sec);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1450'>gmt</a> 1450 src/vfs/shell/shell.c gmt-&gt;tm_year + 1900, gmt-&gt;tm_mon + 1, gmt-&gt;tm_mday, gmt-&gt;tm_hour, gmt-&gt;tm_min,</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1451'>gmt</a> 1451 src/vfs/shell/shell.c gmt-&gt;tm_sec, atime.tv_nsec);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1453'>gmt</a> 1453 src/vfs/shell/shell.c gmt = gmtime (&amp;mtime.tv_sec);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1454'>gmt</a> 1454 src/vfs/shell/shell.c g_snprintf (utcmtime, sizeof (utcmtime), "%04d%02d%02d%02d%02d.%02d", gmt-&gt;tm_year + 1900,</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1455'>gmt</a> 1455 src/vfs/shell/shell.c gmt-&gt;tm_mon + 1, gmt-&gt;tm_mday, gmt-&gt;tm_hour, gmt-&gt;tm_min, gmt-&gt;tm_sec);</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1457'>gmt</a> 1457 src/vfs/shell/shell.c gmt-&gt;tm_year + 1900, gmt-&gt;tm_mon + 1, gmt-&gt;tm_mday, gmt-&gt;tm_hour, gmt-&gt;tm_min,</span>
<span class='curline'><a href='../S/src--vfs--shell--shell.c.html#L1458'>gmt</a> 1458 src/vfs/shell/shell.c gmt-&gt;tm_sec, mtime.tv_nsec);</span>
</pre>
</body>
</html>