Every second I'm updating my chart with new data, where label is correct unix timestamp. Here's options for my x-axis
xAxes: [
{
ticks: {
maxRotation: 0,
minRotation: 0,
},
type: "time",
time: {
displayFormats: {
second: "HH:mm:ss"
}
}
}
],
I'm wondering to get from timestamp 1535577869
something like 21:24:29
but getting 9:32:57.871 pm