#Python time
1 messages · Page 1 of 1 (latest)
if it matters i store datetime.now() in data base under key joinTime in event on_member_join and then i want to know how many time user was on server and use datetime.now() - joinTime but idk what i should do after it because i dont have knowledge about time in this situation..
Your data is in %H:%M:%S.%f format, not %H.%M.%S
now it returns 1900-01-01 00:00:06.099846 and i cant use livedHere = livedHere[:7] for some reason and what means 1900-01-01 if it was couple minutes ago..
i fixed that