minernl / Miningcore.WebUI

WebUI made for https://github.com/minernl/miningcore
https://miningcore.com
32 stars 80 forks source link

clock issue #15

Open Jyrkivi opened 11 months ago

Jyrkivi commented 11 months ago

I dont know is this webui or miningcore issue but the time on found block is wrong time. Kuvakaappaus - 2023-10-06 17-49-51

swat69 commented 8 months ago

miningcore.js, in function loadBlocksPage(), wrong conversion //var createDate = convertLocalDateToUTCDate(new Date(value.created),false); var createDate = convertUTCDateToLocalDate(new Date(value.created),false);