Add a warning about setting dates over y2k on production systems.

This commit is contained in:
Jesus Rodriguez Cuesta 1999-07-12 13:45:02 +00:00
parent a1f4977bc9
commit 30d9637634
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5204

View file

@ -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-21 13:50:59 $"> <!ENTITY date "$Date: 1999-07-12 13:45:02 $">
<!ENTITY title 'Compatibilidad a&ntilde;o 2000 ("Millennium Bug")'> <!ENTITY title 'Compatibilidad a&ntilde;o 2000 ("Millennium Bug")'>
<!ENTITY % includes SYSTEM "includes.sgml"> %includes; <!ENTITY % includes SYSTEM "includes.sgml"> %includes;
]> ]>
<!-- $Id: y2kbug.sgml,v 1.3 1999-06-21 13:50:59 jesusr Exp $ --> <!-- $Id: y2kbug.sgml,v 1.4 1999-07-12 13:45:02 jesusr Exp $ -->
<html> <html>
&header; &header;
@ -63,6 +63,16 @@
d&iacute;as con la fecha adelantada, puede darte una idea real de d&iacute;as con la fecha adelantada, puede darte una idea real de
lo que ocurrir&aacute; en el cambio del a&ntilde;o.</p> lo que ocurrir&aacute; en el cambio del a&ntilde;o.</p>
<blockquote>
<strong>Importante:</strong> <strong>No</strong> hagas esto en
sistemas en producci&oacute;n. Puedes confundir y tener muchos
problemas en aplicaciones que utilizan las fechas (sistemas de
facturaci&oacute;n, reg&iacute;menes de copias, etc). Utiliza siempre
para este tipo de pruebas m&aacute;quinas de desarrollo las cuales no
puedan afectar datos importantes.
</blockquote>
<h2>Estado del Y2K en FreeBSD</h2> <h2>Estado del Y2K en FreeBSD</h2>
<blockquote> <blockquote>