On Mon, 10 Jul 2000, Marco Mariani wrote: > Ok, silly me, the date is stored ok, but is reported wrong: > > <I><dtml-var data fmt="%Y/%m/%d"></I><BR> > > > gives me 1999/12/31 instead of 2000/01/01 Almost certainly, your problem is GMT. The time is stored GMT, and you are not countering it. Try printing the time as well, to make sure. Have a better one, Curtis. <dtml-var standard_work_disclaimer>