OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Subject: Re: "resubmission" feature
From: Mark Plowman (m.plowmanhexapole.com)
Date: Mon Jul 03 2000 - 09:35:01 CDT


Dear All,

As regards having 'any "guessable" date format to work':

The GNU 'date' command seems pretty flexible with regards to date
formats, and very often does 'the right thing'. e.g.

date --date='tuesday'
->
Tue Jul 4 00:00:00 CEST 2000

date --date='2000-09-01'
->
Fri Sep 1 00:00:00 CEST 2000

It can also be told to output the date in just about every format that
you can think of so that the 'at' bit shouldn't be too hard.

All the security stuff is probably nasty though...

Greetings

Mark