When trying to use [time|EEE] on the weather forecast.io module, it does not work. This problem used to be corrected on 1.7.X by checking the option to use international date and having php5-intl installed. We have the php5-intl installed, but 1.8 alpha3 does not seem to have the option for international dates under region. Where do we find this?
All date/time formats now use the same formatting options (http://www.php.net/manual/en/function.date.php) - the php intl module really didn’t work well, so we now do all that ourselves.
1 Like
Ah, worked as intended. Thank you.
1 Like