I get a list of movies that are releasing around that point of time. that's all good, however the release date is not for France, it's for the US or another country. I was under the impression based from another thread that France was supported?
The example to look for is Mockingjay Part 1 - the release date should be the 27th and not the 21st.
Thanks
لم تجد الفلم أو المسلسل ؟ سجل دخولك و انشئها
هل تريد تقييم او اضافة هذا العنصر للقائمة؟
لست عضو؟
رد بواسطة Travis Bell
بتاريخ يناير 5, 2014 في 11:07 مساءا
Are you referring to the data that gets returned in the list of movie data? If so, the data returned is the same as it is everywhere and is not locale specific. You will still need to access the releases method to access country specific dates.
The release date that gets displayed in all responses is a conditional field. First we look for the primary date if one is set, if one isn't set we default to the U.S. If no U.S. Date is present we simply default to the earliest.
Cheers.