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

22 lines
1.7 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>when</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/lib--timefmt.c.html#L132'>when</a> 132 lib/timefmt.c file_date (time_t when)</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L138'>when</a> 138 lib/timefmt.c if (current_time &gt; when + 6L * 30L * 24L * 60L * 60L // Old.</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L139'>when</a> 139 lib/timefmt.c || current_time &lt; when - 60L * 60L) // In the future.</span>
<span class='curline'><a href='../S/lib--timefmt.c.html#L151'>when</a> 151 lib/timefmt.c FMT_LOCALTIME (timebuf, sizeof (timebuf), fmt, when);</span>
<span class='curline'><a href='../S/lib--timefmt.h.html#L21'>when</a> 21 lib/timefmt.h #define FMT_LOCALTIME(buffer, bufsize, fmt, when) \</span>
<span class='curline'><a href='../S/lib--timefmt.h.html#L24'>when</a> 24 lib/timefmt.h whentm = localtime (&amp;when); \</span>
<span class='curline'><a href='../S/lib--timefmt.h.html#L55'>when</a> 55 lib/timefmt.h const char *file_date (time_t when);</span>
</pre>
</body>
</html>