/* date.c */ #include "tws.h" #include /* ARGSUSED */ main (argc, argv) int argc; char **argv; { printf ("%s\n", dtimenow ()); exit (0); }