Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 1.1.0.M3, 1.1.0.RELEASE
-
Component/s: API Binding
-
Labels:None
-
Reference URL:
Description
Hi,
According to the FB documentation, the timezone is a Number. In the API java binding this is translated to Integer but is wrong. Timezones can be +4.5 for instance (India) and as such don't match.
The API needs to be changed to Float to reflect this.
Thanks.