CARVIEW |
Select Language
HTTP/1.1 301 Moved Permanently
Date: Mon, 14 Jul 2025 00:56:51 GMT
Server: Apache
Location: https://www.rfc-editor.org/rfc/rfc867.html
Cache-Control: public, max-age=3600
Expires: Mon, 14 Jul 2025 01:56:51 GMT
Content-Length: 250
Content-Type: text/html; charset=iso-8859-1
X-Frame-Options: SAMEORIGIN
Referrer-Policy: origin-when-cross-origin
Content-Security-Policy: upgrade-insecure-requests; default-src 'self' https://*.iana.org; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://www.google.com https://cse.google.com https://clients1.google.com; style-src 'self' 'unsafe-inline' https://www.google.com; child-src 'self' https://www.youtube.com https://clients1.google.com https://cse.google.com https://www.google.com/; img-src 'self' https://data.iana.org https://www.iana.org https://www.google.com https://www.googleapis.com https://clients1.google.com https://*.gstatic.com;
Strict-Transport-Security: max-age=48211200; preload
HTTP/2 200
date: Mon, 14 Jul 2025 00:56:51 GMT
content-type: text/html; charset=UTF-8
content-encoding: gzip
vary: Accept-Encoding
strict-transport-security: max-age=31536000; includeSubDomains
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
last-modified: Fri, 11 Jul 2025 06:01:36 GMT
cache-control: max-age=1200
cf-cache-status: HIT
server: cloudflare
cf-ray: 95ed100a9dfcc1bd-BLR
alt-svc: h3=":443"; ma=86400
RFC 867: Daytime Protocol
[RFC Home] [TEXT|PDF|HTML] [Tracker] [IPR] [Info page]
INTERNET STANDARD
INTERNET STANDARD
Network Working Group J. Postel Request for Comments: 867 ISI May 1983 Daytime Protocol This RFC specifies a standard for the ARPA Internet community. Hosts on the ARPA Internet that choose to implement a Daytime Protocol are expected to adopt and implement this standard. A useful debugging and measurement tool is a daytime service. A daytime service simply sends a the current date and time as a character string without regard to the input. TCP Based Daytime Service One daytime service is defined as a connection based application on TCP. A server listens for TCP connections on TCP port 13. Once a connection is established the current date and time is sent out the connection as a ascii character string (and any data received is thrown away). The service closes the connection after sending the quote. UDP Based Daytime Service Another daytime service service is defined as a datagram based application on UDP. A server listens for UDP datagrams on UDP port 13. When a datagram is received, an answering datagram is sent containing the current date and time as a ASCII character string (the data in the received datagram is ignored). Daytime Syntax There is no specific syntax for the daytime. It is recommended that it be limited to the ASCII printing characters, space, carriage return, and line feed. The daytime should be just one line. One popular syntax is: Weekday, Month Day, Year Time-Zone Example: Tuesday, February 22, 1982 17:37:43-PST Postel [Page 1]
RFC 867 May 1983 Daytime Protocol Another popular syntax is that used in SMTP: dd mmm yy hh:mm:ss zzz Example: 02 FEB 82 07:59:01 PST NOTE: For machine useful time use the Time Protocol (RFC-868). Postel [Page 2]