Checking the current time in your instanceIssue Description If you ever want to know what the current time is set to in your instance you may take the following steps as an administrator. Procedure To see the current time in your instance: 1) Login as an administrator 2) Elevate your security privileges so that you have the security_admin role. You can read more about that here: http://wiki.servicenow.com/index.php?title=High_Security_Settings#Elevating_to_a_Privileged_Role 3) Go to System Definition -> Scripts - Background (you will not see this if you do not elevate your privileges) 4) Enter the following command in the "Run script" window: gs.print(gs.nowDateTime()) 5) Click the "Run script" button You should see output similar to: *** Script: 2015-04-26 11:59:21 Applicable Versions ALL