I have a database that is being shared in USA and Australia.
Data first gets loaded in USA and full backup is sent to Australia.
This database collects data from different sources. I have some Audit columns like ModifiedDateTime.By default I am using Getdate() to fill this column. Obviously, this value will be the USA time as the server is in USA.
What is the general practice ? Is it to have UTC Getdate, or it is the TimeZone the server is in or some other option?