skypyproject / skypy

SkyPy: A package for modelling the Universe.
BSD 3-Clause "New" or "Revised" License
117 stars 38 forks source link

The time returned with conversation message is invalid (not same as in actual application) #511

Closed zain-CSsol closed 2 years ago

zain-CSsol commented 2 years ago

Describe the bug The messages returned by the API does not contain the actual time, or time is invalid I compared the same message time in actual skype application time is different I tried to get time zone information it was None, so I wasn't able to convert it to local time zone to verify the problem.

To Reproduce

  1. Connect to API via any credentials of your choice (it must be logged in to skype app for comparison)
  2. Fetch any message from any group of your choice
  3. Compare the time of api message with skype application message (they will differ)

Expected behavior Return correct time with message or at least add time zone information

Desktop (please complete the following information):

Additional context Nothing else

zain-CSsol commented 2 years ago

Closing this issue as its not related to this repo, repo name misunderstood same as another repo