ref: 82a3f55c5fb7b9f7a82449e4eb943c535ec3e491
dir: /appl/svc/httpd/date.m/
Date: module{
PATH : con "/dis/svc/httpd/date.dis";
init: fn();
dateconv: fn(secs :int): string; # returns an http formatted
# date representing secs.
date2sec: fn(foo:string): int; # parses a date and returns
# number of secs since the
# epoch that it represents.
};