ref: 4a1fc5ccb596a0f88f465b81a638f0068e82f0b9
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.
};