Add a warning about setting dates over y2k on production systems.
This commit is contained in:
parent
a1f4977bc9
commit
30d9637634
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=5204
1 changed files with 12 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
<!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ño 2000 ("Millennium Bug")'>
|
||||
<!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>
|
||||
&header;
|
||||
|
@ -63,6 +63,16 @@
|
|||
días con la fecha adelantada, puede darte una idea real de
|
||||
lo que ocurrirá en el cambio del año.</p>
|
||||
|
||||
<blockquote>
|
||||
<strong>Importante:</strong> <strong>No</strong> hagas esto en
|
||||
sistemas en producción. Puedes confundir y tener muchos
|
||||
problemas en aplicaciones que utilizan las fechas (sistemas de
|
||||
facturación, regímenes de copias, etc). Utiliza siempre
|
||||
para este tipo de pruebas máquinas de desarrollo las cuales no
|
||||
puedan afectar datos importantes.
|
||||
</blockquote>
|
||||
|
||||
|
||||
<h2>Estado del Y2K en FreeBSD</h2>
|
||||
|
||||
<blockquote>
|
||||
|
|
Loading…
Reference in a new issue