How to hide JIRA User Timezone Difference Warning
The information on this page relates to customizations in JIRA Applications. Consequently, Atlassian Support cannot guarantee the provision of any support for the steps described on this page as customizations are not covered under Atlassian Support Offerings. Please be aware that this material is provided for your information only and that you use it at your own risk.
Also, please be aware that customizations done by directly modifying files are not included in the upgrade process. These modifications will need to be reapplied manually on the upgraded instance.
It's often for a server to set up in one time zone while users accessing from different time zone location. There would a user Timezone difference warning when user using a different time zone in their profile as opposed to what server set.
Users can choose to follow the server Timezone or continue using their own Timezone setting by hiding the warning message instead. For JIRA administrators who wants to hide the warning message from all users: Banner
.
For JIRA 6.3 and older , Go to
Administration
>>System
>>User Interface
>>Announcement and
add the following css:JIRA 6.3 and older<style type="text/css"> #timezoneDiffBanner{ display:none; } </style>
For JIRA 6.4 and later, you may hide disable the plugin from the Manage Add-on page