Difference between revisions of "Date formats"

From LibrePlanet
Jump to: navigation, search
(==involved software==)
(savane)
Line 19: Line 19:
 
** http://groups.fsf.org - This page was last modified 16:01, 7 October 2008. (mediawiki)
 
** http://groups.fsf.org - This page was last modified 16:01, 7 October 2008. (mediawiki)
 
** http://gplv3.fsf.org/wiki/index.php/Main_Page - This page was last modified 17:48, 12 December 2007. (mediawiki)
 
** http://gplv3.fsf.org/wiki/index.php/Main_Page - This page was last modified 17:48, 12 December 2007. (mediawiki)
 +
* d? DD MMM YYYY ... AM/PM UTC
 +
**http://savannah.gnu.org/ - Mon 02 Jun 2008 06:30:06 PM UTC (savane)
 
* D MMM, YYYY
 
* D MMM, YYYY
 
** http://directory.fsf.org/project/phpmyadmin/ - Last updated 9 Dec, 2005, Versions - Released: 7 Dec, 2005
 
** http://directory.fsf.org/project/phpmyadmin/ - Last updated 9 Dec, 2005, Versions - Released: 7 Dec, 2005

Revision as of 15:21, 20 October 2008

Date format across fsf.org and gnu.org are inconsistent. Consistency would make the pages look nicer and give better experience for the reader.

Adjustments are not allways trivial, due to the software generating the pages. Some software does not easily allow ISO 8601 conform formats.

format examples for fsf.org and gnu.org

involved software

  • CVS: Yavor Doganov: The gnu.org website uses CVS, and timestamps are the $Date$ RCS keyword, expanded by the CVS server. The format is hardcoded in CVS' source code (src/rcs.c, the `printable_date' function).
  • Mediawiki: needs hardcoding in php includes, but is achievable.