зеркало из https://github.com/mozilla/pjs.git
179316 - date literals aren't serialized properly. r=rjc sr=ben
This commit is contained in:
Родитель
9fb24603d6
Коммит
9df55666c4
|
@ -180,7 +180,7 @@ rdf_FormatDate(PRTime aTime, nsACString &aResult)
|
|||
PRExplodedTime t;
|
||||
PR_ExplodeTime(aTime, PR_LocalTimeParameters, &t);
|
||||
|
||||
char buf[32];
|
||||
char buf[256];
|
||||
PR_FormatTimeUSEnglish(buf, sizeof buf, "%a %b %d %H:%M:%S %Z %Y", &t);
|
||||
aResult.Append(buf);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче