Added warning about setting dates on forward on production systems to
test for the existance of any Y2K problems, and why this is a bad thing to do. Suggested by: Anders Beckman <Anders.Beckman@midcon.se>
This commit is contained in:
parent
790667f944
commit
dedde3b1de
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5163
1 changed files with 10 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||||
<!ENTITY date "$Date: 1999-06-10 22:04:48 $">
|
<!ENTITY date "$Date: 1999-07-04 21:44:43 $">
|
||||||
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
<!ENTITY title 'Year 2000 Compatibility (aka "Millennium Bug")'>
|
||||||
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "includes.sgml"> %includes;
|
||||||
]>
|
]>
|
||||||
<!-- $Id: y2kbug.sgml,v 1.26 1999-06-10 22:04:48 nik Exp $ -->
|
<!-- $Id: y2kbug.sgml,v 1.27 1999-07-04 21:44:43 nik Exp $ -->
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
&header;
|
&header;
|
||||||
|
@ -61,6 +61,14 @@
|
||||||
their normal daily load with the clock set forward can provide
|
their normal daily load with the clock set forward can provide
|
||||||
valuable insight into your vulnerablility to year 2000 issues.</p>
|
valuable insight into your vulnerablility to year 2000 issues.</p>
|
||||||
|
|
||||||
|
<blockquote>
|
||||||
|
<strong>Important:</strong> Do <strong>not</strong> do this on a live
|
||||||
|
production system. You may confuse any applications you have which rely
|
||||||
|
on dates (billing systems, backup regimes, and so on). Always conduct
|
||||||
|
tests like this on development systems which can not affect any live
|
||||||
|
data you may have.
|
||||||
|
</blockquote>
|
||||||
|
|
||||||
<h2>FreeBSD Year 2000 Statement</h2>
|
<h2>FreeBSD Year 2000 Statement</h2>
|
||||||
|
|
||||||
<blockquote>
|
<blockquote>
|
||||||
|
|
Loading…
Reference in a new issue