How can I get the current *database* date/time returned?
I would like to get the current date/time returned to be able to use (ie. display, calcuate on, etc...) in my app.
I want the same date and time source returned for all users (regardless of where they are located), hence I do not want to use the user's date and time on their phone, I want the date and time of the database to be returned.
How can I do this?
Thanks,
Bryce.