#Python time

1 messages · Page 1 of 1 (latest)

pure frigate
#

how to convert 0:00:00.000000 into 1 year, 1 month, 1 day, 1 hour, 1 minute, 1 second?

#

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..

gleaming linden
#

Your data is in %H:%M:%S.%f format, not %H.%M.%S

pure frigate