Assuming there are a number of load-balanced web servers in a web farm, is it safe to use the app/web server time in the application code for getting the system date/time or should we leave this responsibility to the database server?
Would there be a chance that machine date/time settings on all servers in the webfarm are out of sync?
If date/time will be the responsible of the DBMS, how will this strategy work if we have load-balanced clustered DBs?