Everhart, Glenn From: Joshua Cope [cope@star.enet.dec.com] Sent: Wednesday, August 19, 1998 5:42 PM To: Info-VAX@Mvb.Saic.Com Subject: Re: Date bug in VMS 7.1? > Not that hard, provided that you have source code for everything. Just > redefine time_c from 32 bits to 64 bits and recompile EVERYTHING... Well... even assuming everyone uses the proper types in their code (not likely... there's lots of "unsigned long foo"'s out there as time variables) it's hard to "recompile" a disk. 2038 *will* be a tough problem. ------------------------------------------------------------ $ type mytime.c #include