Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to display 24 hour format in Time Zone Adjust plugin?
![Khrista](https://secure.gravatar.com/avatar/4cd19756fa21ba6b5455ac7b030b0898/?default=https%3A%2F%2Fvanillicon.com%2Fe52217831a43d5d6e1e158017bf9d204_100.png&rating=g&size=100)
Please let me know how to display 24 hour format
Thank you.
0
Comments
Sorry, I wish I could delete question...
you could modily the time formats in the the plugin in default.php
or in plugins/TimeZoneAdjust/locale/en-Ca.php
change line
$Definition['|| F j h:iA'] = '| F j h:iA ';
to
$Definition['|| F j h:iA'] = '| F j H:i ';
or add the definition to your locale.php
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
me too. I wish I didn't answer.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
So sorry. I already figured it out (good documentation) and did not want to let anybody else working. That's what I meant. Sorry.
no worries.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.