-
Notifications
You must be signed in to change notification settings - Fork 35
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
[ Bug ]: Wrong Time Format 24 hour format mixed with 12 hour format #54
Comments
Edit: The time is also wrong (of the event): azerothcore/azerothcore-wotlk#20186 |
i can't find a PM date on wowhead and the internet archive still hasn't recovered, so i guess it's the former format...? either way .. super minor^^ /e: https://www.wowhead.com/wotlk/event=424 |
but then how we should remove the AM/PM format texts? using btw, I agree it's a minor issue |
from https://www.php.net/manual/en/datetime.format.php
and yes, i need to fix that. |
Thanks for the interest. |
Current Behaviour
https://wowgaming.altervista.org/aowow/?event=64
It either should show 24h format only or 12h formart only
22:00 to 23:00
or
10PM to 11PM
Use AzerothCore?
Yes
Steps to reproduce the problem
1 - Go to https://wowgaming.altervista.org/aowow/?event=64
2 - Look at the "Quick Facts"
You will the 2 formats combined.
Extra Notes
No response
Operating system
Windows 10 x64
PHP version
Whatever version the page uses.
Browser
Google Chrome
The text was updated successfully, but these errors were encountered: