I would like to retrieve server time for a particular machine. I have several web servers in different time zones, but I want them all to lock the submit button on the front-end when my database server updates the records. I know how to do it in JavaScript, but the code will require the customization depending on the time zone. Also, I cannot send server time in the stored procedure.