Get current time in ReactJS despite user changing his system time
I am using Date class for displaying time, but since JS is a client side scripting language it takes user's time. Is there an Api/package/method which I can use in ReactJS which will help me to keep time consistent.