rfc2822 (3)
NAME
clock_rfc2822 - Parsing ISO 8601 dates/timesSYNOPSIS
package require Tcl 8.5package require clock::rfc2822 ?0.1?
::clock::rfc2822 parse_date date
DESCRIPTION
This package provides functionality to parse dates in RFC 2822 format.
- ::clock::rfc2822 parse_date date
- This command parses an RFC2822 date string and returns the given date in seconds since epoch. An error is thrown if the command is unable to parse the date.