re-add dst_info.sgml which may have some historical value
Requested by: hrs, imp
This commit is contained in:
parent
d7465a2771
commit
2fff3d6737
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=38785
2 changed files with 55 additions and 2 deletions
en/releng
|
@ -1,4 +1,4 @@
|
|||
# $FreeBSD: www/en/releng/Makefile,v 1.3 2007/02/26 22:35:28 kensmith Exp $
|
||||
# $FreeBSD: www/en/releng/Makefile,v 1.4 2012/04/29 21:35:32 simon Exp $
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
|
@ -7,6 +7,6 @@
|
|||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS?= index.sgml charter.sgml
|
||||
DOCS?= index.sgml charter.sgml dst_info.sgml
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
||||
|
|
53
en/releng/dst_info.sgml
Normal file
53
en/releng/dst_info.sgml
Normal file
|
@ -0,0 +1,53 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releng/dst_info.sgml,v 1.1 2007/02/26 22:34:36 kensmith Exp $">
|
||||
<!ENTITY title "Daylight Savings Time Changes for 2007">
|
||||
<!ENTITY % navinclude.developers "INCLUDE">
|
||||
]>
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
||||
<p>This is a summary of the information about the change in Daylight
|
||||
Savings Time rules and how the change affects FreeBSD releases.</p>
|
||||
|
||||
<p>In 2005 several countries, including the United States of America
|
||||
and Canada, passed legislation changing when Daylight Savings Time
|
||||
begins and ends. That change takes effect in 2007. For the time
|
||||
zones affected by the change Daylight Savings Time will begin on
|
||||
March 11th (instead of April 1st) and end on November 4th (instead
|
||||
of October 28th).</p>
|
||||
|
||||
<p>FreeBSD uses <tt>/etc/localtime</tt> to control the conversion of
|
||||
the system's internal representation of time (based on UTC) to the
|
||||
format appropriate for the local time zone. That file gets
|
||||
copied from one of the files in <tt>/usr/share/zoneinfo</tt> by the
|
||||
tzsetup(8) command, usually as part of the initial installation
|
||||
procedure. The change in Daylight Savings Time rules affects the
|
||||
files in <tt>/usr/share/zoneinfo</tt> for the time zones affected by
|
||||
the legislation passed in 2005.</p>
|
||||
|
||||
<p>Of the release branches supported by the FreeBSD Security Team
|
||||
as of February 2007, FreeBSD-6.2 and FreeBSD-5.5 have up to date
|
||||
zoneinfo files. FreeBSD-6.1 has correct zoneinfo files for
|
||||
time zones in the United States of America but out of date
|
||||
zoneinfo files for some of the other countries affected (for
|
||||
example Canada). An Errata Notice will be released shortly
|
||||
to update the zoneinfo files in FreeBSD-6.1.</p>
|
||||
|
||||
<p>For the development branches HEAD, RELENG_6, RELENG_5, and
|
||||
RELENG_4 all have the correct zoneinfo files in them.</p>
|
||||
|
||||
<p>NOTE: <tt>/etc/localtime</tt> currently does not get updated when
|
||||
the cvsup/buildworld/etc system update procedures are used. If a machine
|
||||
was installed using one of the releases not listed above it will
|
||||
probably have an outdated <tt>/etc/localtime</tt> file. That file can
|
||||
be updated by running tzsetup(8).</p>
|
||||
|
||||
<p>For older systems no longer under support the misc/zoneinfo
|
||||
port can be installed to update the <tt>/usr/share/zoneinfo</tt> files,
|
||||
followed by running tzsetup(8) to update <tt>/etc/localtime</tt>.</p>
|
||||
|
||||
&footer;
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue