Automatically generated by Pod::Man 4.10 (Pod::Simple 3.35)

Standard preamble:
========================================================================
..
..
.. Set up some character translations and predefined strings. \*(-- will
give an unbreakable dash, \*(PI will give pi, \*(L" will give a left
double quote, and \*(R" will give a right double quote. \*(C+ will
give a nicer C++. Capital omega is used to do unbreakable dashes and
therefore won't be available. \*(C` and \*(C' expand to `' in nroff,
nothing in troff, for use with C<>.
.tr \(*W- . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\}
Escape single quotes in literal strings from groff's Unicode transform.

If the F register is >0, we'll generate index entries on stderr for
titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
entries marked with X<> in POD. Of course, you'll have to process the
output yourself in some meaningful fashion.

Avoid warning from groff about undefined register 'F'.
.. .nr rF 0 . if \nF \{\ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{\ . nr % 0 . nr F 2 . \} . \} .\} .rr rF
Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2).
Fear. Run. Save yourself. No user-serviceable parts.
. \" fudge factors for nroff and troff . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] .\} . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents . \" corrections for vroff . \" for low resolution devices (crt and lpr) \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} ========================================================================

Title "ACTIVE.TIMES 5"
ACTIVE.TIMES 5 "2016-10-07" "INN 2.6.4" "InterNetNews Documentation"
For nroff, turn off justification. Always turn off hyphenation; it makes
way too many mistakes in technical documents.
"NAME"
active.times - List of local creation times of newsgroups
"DESCRIPTION"
Header "DESCRIPTION" The file pathdb/active.times provides a chronological record of when newsgroups were created on the local server. This file is normally updated by mod-active and innd whenever a newgroup control message is processed or a \*(C`ctlinnd newgroup\*(C' command is issued, and is used by nnrpd to answer \s-1NEWGROUPS\s0 requests.

Each line consists of three fields:

.Vb 1 <name> <time> <creator> .Ve

The first field is the name of the newsgroup. The second field is the time it was created, expressed as the number of seconds since the epoch. The third field is plain text intended to describe the entity that created the newsgroup. This field is encoded in \s-1UTF-8\s0 and is usually the e-mail address of the person who created the group, as specified in the control message or on the ctlinnd command line, or the newsmaster specified at configure time if no creator argument was given to ctlinnd (by default, it is \*(C`usenet\*(C').

You can get the active.times file of another \s-1NNTP\s0 server with getlist\|(1).

"EXAMPLE"
Header "EXAMPLE" The line:

.Vb 1 news.admin.moderation 1175716803 <group-admin@isc.org> .Ve

shows that the newsgroup news.admin.moderation was created on April 4th, 2007, at 20:00:03 \s-1UTC.\s0 This date can be obtained for instance with \f(CW\*(C`convdate -dc 1175716803\*(C' (convdate\|(1) is shipped with \s-1INN\s0) or \f(CW\*(C`date -u -d "Jan 1, 1970 00:00:00 +0000 + 1175716803 seconds"\*(C'. It is when the newsgroup was locally created; in this example, it is when a control message sent by \*(C`group-admin@isc.org\*(C' was received and processed by the news server (see control.ctl\|(5) for more details). Therefore, the time is not necessarily the same on every news server.

"HISTORY"
Header "HISTORY" Written by Rich $alz <rsalz@uunet.uu.net> for InterNetNews. Converted to \s-1POD\s0 by Russ Allbery <eagle@eyrie.org>.

\f(CW$Id: active.times.pod 9971 2015-12-10 20:30:10Z iulius $

"SEE ALSO"
Header "SEE ALSO" \fBactive\|(5), convdate\|(1), ctlinnd\|(8), getlist\|(1), inn.conf\|(5), innd\|(8), \fBmod-active\|(8), nnrpd\|(8).