How to change the time zone for multichain

+1 vote

Hello,

I currently have a GMT -5 Colombia time zone, but when I register a transaction multichain register another hour, how do I manage my time zone?

Here you can see
https://ibb.co/mfLMmb

My transaction "Prueba" has a date of 2017-12-29 16:24:39 GMT but my real date in top left of image is 2017-12-29 11:24:39 AM 

 

asked Dec 29, 2017 by Julian

1 Answer

0 votes

This is just about changing the PHP code inside the Web Demo files that generate that page. Look for gmdate in the page-view.php file and replace it with date, ensuring that your PHP is configured to the right time zone.

answered Dec 30, 2017 by MultiChain
...