Quick technical question:
PHP is essentially statically bound to the state of the time zone database at the time it was compiled. That database changes much more often than PHP, so it becomes and stays slightly off very quickly. To address this, there is a PEAR/PECL module timezonedb which replaces the stale time zone data with the most current.
1. Does x10hosting subscribe to that module?
2. If not, is there a way that individual users can do so?
3. If the answer to both of those is "no" for free users, is either answer "yes" for paid users?
It is not a disaster to not be able to make use of the current data. But it would be much better if we can.
PHP is essentially statically bound to the state of the time zone database at the time it was compiled. That database changes much more often than PHP, so it becomes and stays slightly off very quickly. To address this, there is a PEAR/PECL module timezonedb which replaces the stale time zone data with the most current.
1. Does x10hosting subscribe to that module?
2. If not, is there a way that individual users can do so?
3. If the answer to both of those is "no" for free users, is either answer "yes" for paid users?
It is not a disaster to not be able to make use of the current data. But it would be much better if we can.