Skip to content
This repository was archived by the owner on Jun 10, 2024. It is now read-only.

Conversation

jfmatth
Copy link
Contributor

@jfmatth jfmatth commented Aug 30, 2014

strftime doesn't allow for %s, but %S.

not sure what this is trying to do, but S fixes the issue.

strftime doesn't allow for %s, but %S.

not sure what this is trying to do, but S fixes the issue.
@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling 237e9f1 on jfmatth:master into 80c5d80 on mishbahr:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling d33f24e on jfmatth:master into 80c5d80 on mishbahr:master.

@mishbahr
Copy link
Owner

return int(user.last_login.strftime('%S'))

won't work as it just returns second as a decimal number, I need the full timestamp. I pushed a fix for this issue. But THANK YOU again for your time and effort.

@mishbahr mishbahr closed this Aug 30, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants