• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

What time is it now in UTC-06:00

Krishna Khemraj

New Member
Situation:
I have a model that pushes records onto SQL Server and I'm using the NOW() formula to put a date stamp on the record before it gets pushed.

Problem:
The problem is that if someone in New York pushes a change in and then someone in California has an update and pushes it in a few minutes later, The server thinks the New York entry is the most current.

Ask:
How can I create a custom function to pull the current time in UTC-06:00? I could feed that into the record that gets pushed into a shared server and all entries will have a normalized time/date.
 
Back
Top