0👍
✅
You can use a custom tooltip callback:
tooltips: {
callbacks: {
label: (ttItem) => (new Date(ttItem.yLabel*1000).toISOString().substring(11, 19))
}
}
Source:stackexchange.com