]> git.ipfire.org Git - thirdparty/moment.git/commit
toString now returns a fixed format that looks like unix data 565/head 566/head
authorIskren Chernev <iskren.chernev@gmail.com>
Tue, 8 Jan 2013 05:30:03 +0000 (21:30 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Tue, 8 Jan 2013 05:30:03 +0000 (21:30 -0800)
commitd3842dbd6f99f5241ee0d803501950806b55d293
tree2d883596655710a507f21836483db613798338f9
parent4a05dce96ee65e1fceeddcbf03501658bb623075
toString now returns a fixed format that looks like unix data

This is actually fixing #475 -- toString on utc moments was returning
localized format. This commit fixes the issue and also makes sure that
toString will work uniformly on all browsers from now on.
moment.js
test/moment/create.js
test/moment/format.js