Difference between revisions of "Date formats"

From LibrePlanet
Jump to: navigation, search
(savane)
(http://php.net/date - representation of date formats)
Line 2: Line 2:
  
 
Adjustments are not allways trivial, due to the software generating the pages. Some software does not easily allow ISO 8601 conform formats.
 
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==
 
==format examples for fsf.org and gnu.org==

Revision as of 11:25, 29 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.

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.