Overview
Sometimes it would be useful to know in which time zone the server is operating, but it can be that there is no access to server settings to see that. This document describes a simple way to check server time.Please notice that scripting is not part of standard support and this is just an example script to show how to use API. Be aware that all scripts are run at your own risk.
Solution
User needs access to M-Files Server Admin tool.- Create a new property of type "Text"
- In "Automatic Values" set "Customized automatic numbering (VBScript) and set there: Output=Now
- Press "Ok" and use that new property in the object. When object is saved, in the property is printed the current time in server's system process. Because property is type "text", desktop does not try to interpret the value and prints the time as the server sees it.
