We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I dont know is this webui or miningcore issue but the time on found block is wrong time.
The text was updated successfully, but these errors were encountered:
miningcore.js, in function loadBlocksPage(), wrong conversion //var createDate = convertLocalDateToUTCDate(new Date(value.created),false); var createDate = convertUTCDateToLocalDate(new Date(value.created),false);
Sorry, something went wrong.
No branches or pull requests
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](https://private-user-images.githubusercontent.com/60378551/273246410-bce2c7b8-e287-4e5b-91d6-2f3f696c461f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMzA4MTksIm5iZiI6MTczOTMzMDUxOSwicGF0aCI6Ii82MDM3ODU1MS8yNzMyNDY0MTAtYmNlMmM3YjgtZTI4Ny00ZTViLTkxZDYtMmYzZjY5NmM0NjFmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDAzMjE1OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTE3YmM4N2IzYzRhYmM4NjA1MzVmODYzZDRmZTQzNTcxZjlmYjMxNjBlNTc4MzQ3YWRjYzM3N2FlODFlMzgzMzcmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5niELqBSFqno3sA5rMcznlGwgqLwIsKh8FULiSuKzxo)
The text was updated successfully, but these errors were encountered: