Make svn --version (and svnsync --version, etc) tell you if ra_svn has
[svn.git] / www / dst-2007.html
blobcf7f7970a9f662eec09dab7fddceb34a5fac07aa
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <style type="text/css"> /* <![CDATA[ */
6 @import "branding/css/tigris.css";
7 @import "branding/css/inst.css";
8 /* ]]> */</style>
9 <link rel="stylesheet" type="text/css" media="print"
10 href="branding/css/print.css"/>
11 <script type="text/javascript" src="branding/scripts/tigris.js"></script>
12 <title>Statement of Support for 2007 Daylight Saving Time Changes</title>
13 </head>
15 <body>
16 <div class="app">
18 <h2 style="text-align: center">Statement of Support for 2007 Daylight
19 Saving Time Changes</h2>
21 <p>In August 2005 the US Congress passed the Energy Policy Act, which
22 changes the dates of both the start and end of daylight saving time
23 (DST). When this law goes into effect in 2007, DST will start three
24 weeks earlier (2:00 A.M. on the second Sunday in March) and will
25 end one week later (2:00 A.M. on the first Sunday in November)
26 than what had traditionally occurred. For more information see:
27 <a href="http://webexhibits.org/daylightsaving/b.html">
28 http://webexhibits.org/daylightsaving/b.html</a></p>
30 <p>These changes to DST do not require any special changes or fixes to
31 the Subversion code. Subversion primarily uses dates/times to record
32 when changes have been committed to the repository. This code runs
33 on the server and gets the current date/time from the operating system
34 and converts it to UTC using routines provided by the operating system.
35 The Subversion client receives these dates from the server and converts
36 them to the local time zone for display using routines provided by
37 the client operating system. As such, you should only need to install
38 the patches provided for your operating system and really you should
39 only need to make sure the time on the server is properly adjusted
40 for DST.</p>
42 <p><b>-The Subversion Development Team</b></p>
44 <p>$Date$</p>
45 </div>
46 </body>
47 </html>