Getting TIme and date from Mobile server

Is there a way to receive the current time and date of the Mobile server / recording / image server when using the the mobile server protocol ?

Could not find any command under the mobile server protocol to retrieve this info..

You are right, the Mobile server protocol does not deliver this information. I believe you could use the Central API to get this, but it would not work if the Mobile Server is running on a separate server.

The Command line “NET TIME [\\[server](file://[server) name]” delivers a complete date/time stamp in the local format “29-05-2015 14:39:11” (mine is CET - Europe format)

I would recommend using generic C# code (or your programming language of choice) to retrive the information. Several examples found in http://stackoverflow.com/search?q=get+remote+date+time

If we have adequately answered your question, select ‘Best Answer’ to close out the conversation. Thank You!