Hi there,
I used the example app to test the Skype API. By typing
GET PROFILE TIMEZONE
I observed a behaviour diverging from the API documentation, i.e.
-> GET PROFILE TIMEZONE
<- PROFILE TIMEZONE 93600
if the timezone was set to GMT+2, and
-> GET PROFILE TIMEZONE
<- PROFILE TIMEZONE 86400
if the timezone was set to GMT. According to
https://developer.skype.com/Docs/ApiDoc/PROFILE_object the timezone should be indicated as "Offset is given in minutes from GMT." However, it looks as if the "offset is given in seconds from GMT plus 86400".
Can anyone confirm this? BTW, I have Skype 3.6.0.244.
Regards,
Thomas