This is not a bug, rather more of aesthetics/format issue. In the right pane of the display screen, once a user is logged in, under 'Active Since', the time is displayed. The default time format used at installation is H:i which makes the time read as "07:54 o'clock". If the user changes the time format to something other than H:i, e.g., g:i a, the the time reads as "7:54 am o'clock". The "o'clock" is hard coded into the application.
There should be a way to display the time so that it reads the way the user wants it to, without having to comment out the "o'clock" in the code.
Thanks for taking a look at this.
Time display format in right pane
Re: Time display format in right pane
So the best solution will be to remove the "o'clock" or do you have any other suggestions?
Re: Time display format in right pane
I agree. The best solution is probably to remove the o'clock and then the user can format the time display as needed. Thank you.
Re: Time display format in right pane
I have removed this for the next version.