> > >-- How much seconds passed since 01.01.1900 >SELECT datediff( '1900-01-01 00:00:00', now(), 'second' ) > > I think it's 1904-01-01, but otherwise that should do it! Thanks, Ivan! Jon