Does it matter what time zone the server is running?
Let's say the only time I am using time is to timestamp when the object is created in database. The felt that it doesn't matter as long as the timestamp is in UTC?
The server could be running in other time zone but as long as I save in UTC, it shouldn't matter right?
What would be the example where time zone matters in sever?