http://bugs.winehq.org/show_bug.cgi?id=3760
Summary: Important typo; throws people off Product: WineHQ.com Version: unspecified Platform: All URL: http://www.winehq.com/site/docs/winedev-guide/x1344 OS/Version: All Status: NEW Severity: normal Priority: P3 Component: misc-web AssignedTo: wine-bugs@winehq.org ReportedBy: arrenlex@msn.com
The CVS regression site says: "The date format is YYYY-MM-DD HH:MM:SS. Using the CST date format ensure that you will be able to extract patches in a way that will be compatible with the wine-cvs archive http://www.winehq.org/hypermail/wine-cvs"
This paragraph says the time should be in CST. But in both command line examples it gives: cvs update -PAd -D "2004-08-23 CDT" and cvs update -PAd -D "2004-08-23 15:17:25 CDT"
The time is CDT. And it should, in fact, be CDT because that's what's used for the mailing list itself. The paragraph should definitely be corrected; it confused the hell out of me the first time I regression tested and made me use the wrong system.