GirkovArpa / temps-lite

A smart, good-looking little app which tries to speak your language the way you are used to.
MIT License
43 stars 2 forks source link

AM/PM not shown #8

Closed GirkovArpa closed 3 years ago

GirkovArpa commented 3 years ago

And the time is shown differently, too. It is different in 12 or 24h mode, but there is no AM or PM.

Originally posted by @papioara in https://github.com/GirkovArpa/temps-lite/issues/1#issuecomment-775543402

papioara commented 3 years ago

With almost everything fixed now: Do you have any ideas how to go about the 12h/24h issue?

papioara commented 3 years ago

Just discovered another glitch: temps-lite shows the wrong date. It is already Monday, Feb 15 in Germany since 23 minutes now, see screenshot taken just now.

WrongDate

GirkovArpa commented 3 years ago

Timezone should be fixed with latest commit. It was using UTC time, so I shifted it to local time. At least it seems to work here now, because I had the same problem.

Will investigate the AM/PM issue soon.

Update

Waiting on response here. Might end up having to do some math if it's not supported natively.

GirkovArpa commented 3 years ago

I believe it's been fixed with this commit.

papioara commented 3 years ago

Confirmation: I tested it, and it works now. Wonderful! Thanks a lot!