I've been working on an app which is working across 500 iPads and whilst testing across the devices I noticed the times were incorrect across almost all of them, because it was using the time from the device and not the server. I'm new new Date();
Is there a way I can use the server time instead? I'm fairly new to Node, so please forgive me if it's something obvious!
Update:
Yes I'm trying to display the exact server time on the devices, not the time on the local device. I have looked around, but couldn't find any solid answers. Again, apologies if I have been vague, but as I said, I'm fairly new to Node.