Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
How to config Mango time
-
Mango time is 2 hours behind the computer time. Where can I config this paramer?
Thanks,
-
You may need to update your JDK, which is where both Mango and Tomcat get their time.
-
You need to add this line to startup.sh
export JAVA_OPTS ="-Duser.timezone=urtimezone"Eg:
export JAVA_OPTS ="-Duser.timezone=IST"