Merge branch 'v3.0.x'

This commit is contained in:
Torkel Ödegaard 2016-05-18 12:02:53 +02:00
commit 602d1a5fbc

View File

@ -50,7 +50,7 @@ define([
if (!isNaN(value)) {
var epoch = parseInt(value);
return moment(epoch);
return moment.utc(epoch);
}
return null;