Skip to content

problem with date rendering #17

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

Closed
rivoduck opened this issue Jul 1, 2016 · 2 comments
Closed

problem with date rendering #17

rivoduck opened this issue Jul 1, 2016 · 2 comments
Assignees
Labels

Comments

@rivoduck
Copy link

rivoduck commented Jul 1, 2016

the class PiwikDate renders the date in a 12-hours format without the AM/PM indication, as a result all actions are logged in the morning!

Changing the following line in both constructors for the PiwikDate class fixes the issue

format = new SimpleDateFormat("yyyy-MM-dd hh:mm:ss");
into
format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");

Thank you!
Andrea

@bcsorba bcsorba added the bug label Jul 2, 2016
@bcsorba bcsorba self-assigned this Jul 2, 2016
@bcsorba bcsorba closed this as completed in 113e005 Jul 2, 2016
@mattab
Copy link
Member

mattab commented Jul 8, 2016

Good find @rivoduck - and kuddos for quick fix @bcsorba 👍

@bcsorba
Copy link
Collaborator

bcsorba commented Jul 30, 2016

Released in v1.1

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

No branches or pull requests

3 participants