Difference between revisions of "Date formats"

From LibrePlanet
Jump to: navigation, search
m (format examples for fsf.org and gnu.org)
m (added proposal category)
 
Line 30: Line 30:
 
*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).
 
*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.
 
*Mediawiki: needs hardcoding in php includes, but is achievable.
 +
 +
[[Category:Proposal]]

Latest revision as of 08:10, 12 February 2009

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.

http://php.net/date - representation of date 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.