mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Merge pull request #829 from getredash/fix/embed
Fix: Plot.ly was given wrong timestamp
This commit is contained in:
commit
868263315b
@ -102,7 +102,7 @@
|
||||
|
||||
var normalizeValue = function(value) {
|
||||
if (moment.isMoment(value)) {
|
||||
return value.format("YYYY-MM-DD HH:MM:SS.ssssss");
|
||||
return value.format("YYYY-MM-DD HH:mm:ss");
|
||||
}
|
||||
return value;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user