I do have an old piece of PHP code (approximate 9 years) with a lot of time() and strtotime() calls. The main reason for that it was because of users being located in different timezones.
Now, I do see that a lot of people say that the new objectified library of PHP should be used instead of old/plain functions.
My question is: Did anyone who migrated code from using functional "date and time" API to the new object-oriented one encounter some big drawbacks or problems?