Summary |
|
Hardware
|
Many industry-standard (also known as "Intel-based" or "IBM-compatible")
PCs have a minor hardware problem affecting their internal clocks:
instead of rolling over normally from 1999 to 2000, these clocks
will instead revert to a different year.
There are a variety of methods available for finding and resolving this problem.
Windows NT includes integral features which should - to the extent that these features work as described by Microsoft - allow nearly all PCs with Y2K non-compliant hardware to nontheless transition successfully to the year 2000. |
|
Operating System
|
Microsoft maintains that Windows NT 3.5.1 - if not patched
as indicated below - is known to have at least eight Y2K-related issues.
As of June 16, 1999, Microsoft maintains that Windows NT Workstation 3.51 can be made Y2K compliant with:
|
|
Application programs
|
Check for Y2K compliance. |
|
Data files & data sharing methods
|
Check for Y2K compliance. |
1. Hardware |
Many industry-standard (also known as "Intel-based" or "IBM-compatible")
PCs have a hardware problem affecting their internal clocks:
instead of rolling over normally from 1999 to 2000, these clocks
will instead revert to a different year (such as 1980).
|
|
The following are three minor limitations of Windows NT's date correction features:
|
2. Operating system |
|
If the direct link to the Y2K Product Summary for Windows NT 3.51 should later be
moved or otherwise doesn't work, you should be able to navigate to this statement via
Microsoft's
Year 2000 Product Guide
On that page, scroll down to the subhead "Search for Microsoft Products." In the list of products below, scroll down to the category "Operating Systems". You may need to scroll down a bit further to see and click either "Windows NT Workstation" and "Windows NT Server", depending on which version you're running on your PC. Then click the "Perform Search" button. This will generate a list of compliance statements for various releases and language versions of Windows NT 3.51. |
|
|
|
Microsoft provides Y2K updates for Windows NT 3.51 in the form of the Windows NT 3.51 Service Pack 5 (SP5) and a post-SP5 hot fix (Y2K-fix). You can download both of these at no cost from Microsoft's FTP site, in the following directories:
Microsoft's FTP directory for the Windows NT 3.51 Workstation and Server U.S. Service Pack 5
Microsoft's FTP directory for the Post-SP5 Y2K hot fix
![]()
There are two executable files provided in this directory. The filey2k351-i.exeis for industry-standard PCs with Intel (and compatible) processors, and thus is the file that most PC users will need to download.
Both of the FTP directories above also include README.TXT files which
provide instructions for installing SP5 and the Post-SP5 Y2K hot fix.
We recommend that you read these files (and perhaps print them for future reference)
before downloading and installing this software.
If you run programs written in the Java programming language that use certain date-related capabilities, you might need to separately update your Microsoft Virtual Machine ["VM"] to address some minor date-related issues.
If you perform critical, date-related tasks using Java programs,
we suggest that you first install the Windows NT 3.51 Service Pack 5 and
the Y2K-fix hot fix, then check the version number of your Microsoft VM and
look up its Y2K compliance status. Microsoft's
Y2K Product Summary for the Microsoft Virtual Machine
describes how to do so in the section
"How can users determine what version of the Microsoft VM they are using?"
Many personal computer operating systems are set "at the
factory" to display dates with two-digit years,
such as "05/13/29". These dates are century-ambiguous;
they could reasonably be interpreted as falling within
either within the 20th or 21st centuries.
|
If you change your operating system's default date format to use four-digit years:
It is desirable that you and your department, as well as others outside your department with whom you share data, standardize on a common date format which uses four-digit years. There are two primary standards you might consider using within your UC Berkeley campus department to represent dates with unambiguous four-digit years: mm/dd/yyyy (a de facto standard in the USA)
or yyyy-mm-dd (an International standard, ISO 8601).
These methods would represent May 13, 2029, respectively, as
as either "05/13/2029" or "2029-05-13".
Nearly all programs should work well with either of these date formats. Nonetheless, there may be a few application programs which cannot properly handle dates entered in one or both of these four-digit-year formats. Standards for Representing Dates |
|
3. Application programs |
|
|
4. Data files & data sharing methods |
|
|