src/main/java/org/apache/commons/net/nntp/NNTP.java [490:502]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        buffer.append(date);
        buffer.append(' ');
        buffer.append(time);

        if (GMT) {
            buffer.append(' ');
            buffer.append("GMT");
        }

        if (distributions != null) {
            buffer.append(" <");
            buffer.append(distributions);
            buffer.append('>');
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/commons/net/nntp/NNTP.java [527:539]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        buffer.append(date);
        buffer.append(' ');
        buffer.append(time);

        if (GMT) {
            buffer.append(' ');
            buffer.append("GMT");
        }

        if (distributions != null) {
            buffer.append(" <");
            buffer.append(distributions);
            buffer.append('>');
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



