samczsun / Skype4J

Skype API written in Java. Does not support P2P chats
Apache License 2.0
145 stars 48 forks source link

getMessage().getSendTime(); not working? #125

Closed lbessant98 closed 8 years ago

lbessant98 commented 8 years ago

time = e.getMessage().getSentTime();

Can't seem to get the time throught this method, instead it just produces a long value (in my case, 1472491228234).

Anybody else having the same problem or am I doing something stupidly wrong?

ghost commented 8 years ago

If I m not wrong this long is the time. In millisecond. Like a lot of person use it in computer science

ex00 commented 8 years ago

Hello, you can convert millisecond to date. See this topic