'PHP Version which includes Timezone Asia/Beijing?
I'm developing a scheduling app for broadcasting people involved in the olympic wintergames in China.
They are supposed to be able to choose different timezones as a ruler for their schedule displays. As the Olympic games take place in Beijing, they chose "(+08:00) Beijing" from my php generated list based on the php functions.
The frontend app crashed somehow (moment timezone library doesn't know it).
The problem is: There isn't supposed to be a Beijing timezone! On different servers, including my development environment, the option is simply not there and the php documentation also tells us, that there is no "Beijing" timezone.
So, how come the option is shown? Are there special php versions? What can I tell the admins?
I use the timezone_identifiers_list php function.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
