pw wrote: > Hello, > > Does anyone know if there is a patch for > unix date to allow dates beyond 2057? > > Thanks > > Peter Actually that should be 2037 not 2057. The date function doesn't complain about dates beyond 2038 through 2057 but it generates dates that are wrong beyond 01/19/2038. Peter