Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

def _build_number isn't returning current timestamp #62

Open
AncAinu opened this issue May 29, 2018 · 0 comments
Open

def _build_number isn't returning current timestamp #62

AncAinu opened this issue May 29, 2018 · 0 comments

Comments

@AncAinu
Copy link
Contributor

AncAinu commented May 29, 2018

I don't know what this is: Time.now.strftime("%y%m%d%H%M") # rubocop:disable Style/StringLiterals

But it isn't a unix timestamp...

It should be replaced by:
Time.now.to_i

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant