blonkm / schoology-improved

Using the Schoology API to do things you can't using the web version
https://blonkm.github.io/schoology-improved/
3 stars 0 forks source link

Time passed since last API call incorrectly calculated #28

Closed blonkm closed 5 years ago

blonkm commented 5 years ago

Time is measured in milliseconds or microseconds. When using microseconds the parsing is off since it was assumed a string was returned (msec sec) but instead a float was used.