Last modified: 2005-09-19 13:30:10 UTC
Due to my naivety, a previous patch to LanguageEt.php forced using HTML-escapes (.) instead of period in time string returned by time(). No need for that, no need for returning formatNum($t), just $t is fine. Proposed patch soon follows.
Created attachment 900 [details] Patch to fix minor bug in time() function additional note: using . is not entirely harmless either -- date information looks ugly when comparing edits. Signatures also look bad on later editing.
Committed to HEAD.