• 43
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      Add time zones to user profile. That way the dates displayed to a user are always contiguous with their local time zone, rather than the server's time zone.

        1. log_110314_115720______.csv
          24 kB
          jennis
        2. times.png
          38 kB
          Roy Krishna

            [JRASERVER-9] User Preference: User Time Zones

            teste

            ygor mendes added a comment - teste

            aaa

            Mohammad Fares added a comment - aaa

            Far as I can tell, this hasn't been fixed at all. All times are the system time still.

            Deleted Account (Inactive) added a comment - Far as I can tell, this hasn't been fixed at all. All times are the system time still.

            G B added a comment -

            I've opened JRA-28939 to track the request for time zone support in emails.

            G B added a comment - I've opened JRA-28939 to track the request for time zone support in emails.

            MattS added a comment - - edited

            @luis There are potentially the Created date, Updated date, Due Date and all custom Date Picker and Date Time fields.
            With 4.4 and customized email templates I had to do something like this:

            #set ($startTime = $customFieldManager.getCustomFieldObject("customfield_10425").getValue($issue))
            Same timezone as JIRA system: $startTime 
            Formatted in the timezone of the user the email is being sent to: $dateformatter.formatDMYHMS($startTime))
            

            So I think there is likely still a wrinkle in email templates.

            MattS added a comment - - edited @luis There are potentially the Created date, Updated date, Due Date and all custom Date Picker and Date Time fields. With 4.4 and customized email templates I had to do something like this: #set ($startTime = $customFieldManager.getCustomFieldObject("customfield_10425").getValue($issue)) Same timezone as JIRA system: $startTime Formatted in the timezone of the user the email is being sent to: $dateformatter.formatDMYHMS($startTime)) So I think there is likely still a wrinkle in email templates.

            gbrauer1, I believe most JIRA emails do not contain the time in the email body. For emails that do contain the time, I would expect it to respect the user's time zone setting.

            Luis Miranda (Inactive) added a comment - gbrauer1 , I believe most JIRA emails do not contain the time in the email body. For emails that do contain the time, I would expect it to respect the user's time zone setting.

            G B added a comment -

            Is my understanding correct that time zone support has only been implemented in the web UI, but there is no time zone support yet for outgoing emails?

            G B added a comment - Is my understanding correct that time zone support has only been implemented in the web UI, but there is no time zone support yet for outgoing emails?

            azhdanov, the easiest way to format/parse dates in a timezone-aware manner is to use a DateTimeFormatter. See the API documentation for the package com.atlassian.jira.datetime.

            The TimeZoneManager and TimeZoneService also provide some more low-level functionality, if the above classes isn't enough for your use (see com.atlassian.jira.timezone).

            Luis Miranda (Inactive) added a comment - azhdanov , the easiest way to format/parse dates in a timezone-aware manner is to use a DateTimeFormatter . See the API documentation for the  package com.atlassian.jira.datetime . The TimeZoneManager  and TimeZoneService  also provide some more low-level functionality, if the above classes isn't enough for your use (see com.atlassian.jira.timezone ).

            Andriy Zhdanov added a comment - - edited

            Could someone please bring the light on how it is implemented? Specifically, how to get user's time-zone in Gadget and Report?

            Answered myself: see TimeZoneManager

            Andriy Zhdanov added a comment - - edited Could someone please bring the light on how it is implemented? Specifically, how to get user's time-zone in Gadget and Report? Answered myself: see TimeZoneManager

            epic! time to upgrade to 4.4.

            Paul D. Walker added a comment - epic! time to upgrade to 4.4.

            Atlassian should organize a big party for resolving JRA-9.

            Damian Nowak added a comment - Atlassian should organize a big party for resolving JRA-9 .

            OMG! For real? Finally. I could not be happier that this ticket is finally done...I voted on this one I don't know how long ago and it is finally here. Thank you Atlassians!

            Rodney Sawyer added a comment - OMG! For real? Finally. I could not be happier that this ticket is finally done...I voted on this one I don't know how long ago and it is finally here. Thank you Atlassians!

            Nice, that this one got resolved, finally! Now it will take just some additional years to release JIRA 4.4
            Seriously, is there a schedule for this release?

            Michael Wagner added a comment - Nice, that this one got resolved, finally! Now it will take just some additional years to release JIRA 4.4 Seriously, is there a schedule for this release?

            Achievement unlocked: Resolve a nine year old ticket. ;)

            Bob Johnston [Twitter] added a comment - Achievement unlocked: Resolve a nine year old ticket. ;)

            Just in time for the Summit keynote this morning!

            Bryan Rollins added a comment - Just in time for the Summit keynote this morning!

            when is 4.4 release and approximately by when should this be available on JIRA Studio?

            Deleted Account (Inactive) added a comment - when is 4.4 release and approximately by when should this be available on JIRA Studio?

            @Marcel

            Thanks for passing on those comments.
            We are aware of JRA-10613 and if we have time we may put this into the 4.4 release.
            At this stage we have not started investigations into JRA-10613 as we are still working on user time zone stories.

            Cheers,
            Roy

            Roy Krishna (Inactive) added a comment - @Marcel Thanks for passing on those comments. We are aware of JRA-10613 and if we have time we may put this into the 4.4 release. At this stage we have not started investigations into JRA-10613 as we are still working on user time zone stories. Cheers, Roy

            Ian Wells added a comment -

            we have a world wide company that use jira. Our users log time in the US but it shows up as the time in New Zealand. I look forward to this fix!!!

            Ian Wells
            Trimble New Zealand

            Ian Wells added a comment - we have a world wide company that use jira. Our users log time in the US but it shows up as the time in New Zealand. I look forward to this fix!!! Ian Wells Trimble New Zealand

            childnode added a comment -

            _Armen Badal wrote:_

            [...] we need 2 features [...] b) time / date entry format [...] 2) Displaying times and dates: time and dates presented in the time zone and preferred format of the user [...]

            Please vote for JRA-10613. It's missing for me too (still I don't testet the EAP yet, but of what I'd seen in the Announcments, this isn't fixed in the next release!

            childnode added a comment - _Armen Badal wrote:_ [...] we need 2 features [...] b) time / date entry format [...] 2) Displaying times and dates: time and dates presented in the time zone and preferred format of the user [...] Please vote for JRA-10613 . It's missing for me too (still I don't testet the EAP yet, but of what I'd seen in the Announcments, this isn't fixed in the next release!

            @Ivar,

            JIRA 4.4 is not out yet.

            You may be referring to the 4.4 EAP versions which we release to get feedback from customers such as yourself, so if you have any time zone feedback please let us know.

            Cheers,
            Roy

            Roy Krishna (Inactive) added a comment - @Ivar, JIRA 4.4 is not out yet. You may be referring to the 4.4 EAP versions which we release to get feedback from customers such as yourself, so if you have any time zone feedback please let us know. Cheers, Roy

            Ivar added a comment -

            So - is it time to set the Fix version now? 4.4 is out...?

            Ivar added a comment - So - is it time to set the Fix version now? 4.4 is out...?

            Sergiy,

            JIRA 4.4 is the target release. However we do not set the Fix Version until we are 100% confident that we will be shipping with it.
            Right now time zone support is still in it's early testing phase, which we would love your feedback on.

            Cheers,
            Roy

            Roy Krishna (Inactive) added a comment - Sergiy, JIRA 4.4 is the target release. However we do not set the Fix Version until we are 100% confident that we will be shipping with it. Right now time zone support is still in it's early testing phase, which we would love your feedback on. Cheers, Roy

            Will it be included in 4.4 or it's still at stage of prototyping?
            Why I am asking - Fix Version/s is still None

            Sergiy LIZENKO added a comment - Will it be included in 4.4 or it's still at stage of prototyping? Why I am asking - Fix Version/s is still None

            Atlassian Update

            Hello to all those watching and interested in this issue.

            Atlassian has recently released JIRA 4.4 EAP 3 and administrators can now set the default time zone and users can also select their own preferred time zone!
            We'd love for you to test this with your data in a non-production environment and provide us with all your feedback.

            Cheers,
            Roy Krishna
            JIRA Product Management

            Roy Krishna (Inactive) added a comment - Atlassian Update Hello to all those watching and interested in this issue. Atlassian has recently released JIRA 4.4 EAP 3 and administrators can now set the default time zone and users can also select their own preferred time zone! We'd love for you to test this with your data in a non-production environment and provide us with all your feedback. 4.4 EAP 3 Release Notes Download 4.4 EAP 3 4.4 Upgrade guide Cheers, Roy Krishna JIRA Product Management

            David Corley added a comment - Mike came good on his word: http://confluence.atlassian.com/display/JIRA/JIRA+4.4+EAP+3+Release+Notes#JIRA4.4EAP3ReleaseNotes-UserTimeZones%28newinEAP3%29

            Filed over 9 years ago? Wow! I wonder if it was addressed back in 2002 if the estimate would've been lower than 600hrs... Good luck guys

            Peter Darrow added a comment - Filed over 9 years ago? Wow! I wonder if it was addressed back in 2002 if the estimate would've been lower than 600hrs... Good luck guys

            Sounds like will be implemented in 4.4.

            Now that's what I call optimism!

            David Resnick added a comment - Sounds like will be implemented in 4.4. Now that's what I call optimism!

            We are still working on timezone support but unfortunately it will not make it into 4.3.

            Sounds like will be implemented in 4.4.

            Sergiy LIZENKO added a comment - We are still working on timezone support but unfortunately it will not make it into 4.3. Sounds like will be implemented in 4.4.

            @Stuart.

            We are still working on timezone support but unfortunately it will not make it into 4.3.

            Roy Krishna (Inactive) added a comment - @Stuart. We are still working on timezone support but unfortunately it will not make it into 4.3.

            It was stated at the Summit 2010 that it would be fixed "soon". I'd say 8 months is "soon". Any updates yet?

            Mark Moskovitz added a comment - It was stated at the Summit 2010 that it would be fixed "soon". I'd say 8 months is "soon". Any updates yet?

            Stuart Donaldson added a comment - - edited

            I will reiterate a couple of comments, this really should be part of the core functionality, not requiring a plugin. What is the ETA for this? Since we are using this in an enterprise environment, upgrades take time and planning. Our team is unlikely to see this for likely 6 months after you release it. Can you get this into 4.3 so we have a chance at getting it into our installation before the end of 2011?

            Stuart Donaldson added a comment - - edited I will reiterate a couple of comments, this really should be part of the core functionality, not requiring a plugin. What is the ETA for this? Since we are using this in an enterprise environment, upgrades take time and planning. Our team is unlikely to see this for likely 6 months after you release it. Can you get this into 4.3 so we have a chance at getting it into our installation before the end of 2011?

            @David - Very much agreed. We have had to add a time zone field for certain things just so the time listed is very clear (the field does nothing but force the reporter to make sure they have entered the right time in the right timezone...)

            Mark Moskovitz added a comment - @David - Very much agreed. We have had to add a time zone field for certain things just so the time listed is very clear (the field does nothing but force the reporter to make sure they have entered the right time in the right timezone...)

            Look forward to Atlassian's implementation. Our clients expect this sort of fundamental feature out of the box.

            David Goldstein added a comment - Look forward to Atlassian's implementation. Our clients expect this sort of fundamental feature out of the box.

            Is there an ETA on a fix for this? We have teams collaborating world wide and we are trying to get them to adopt JIRA. We will test out MyZone plugin, but we would prefer a complete solution that includes all views and doesn't require the user to make changes.

            Thanks,
            Becket

            Becket Hackett added a comment - Is there an ETA on a fix for this? We have teams collaborating world wide and we are trying to get them to adopt JIRA. We will test out MyZone plugin, but we would prefer a complete solution that includes all views and doesn't require the user to make changes. Thanks, Becket

            Have anyone tested the MyZone plug-in in Jira 3.13.4??

            T.
            Srini

            Srini Ramaswamy added a comment - Have anyone tested the MyZone plug-in in Jira 3.13.4?? T. Srini

            Hi Christina,

            Many thanks for your positive feedback and we are glad that you like it!
            At this time we are not looking to bundle the plugin because we are still investigating other ways that we can add more robust timezone support into JIRA.

            However in a near future release it will be easier to download and install plugins directly from JIRA. In fact you can do this now by installing the Atlassian Universal Plugin Manager.

            Cheers,
            Roy

            Roy Krishna (Inactive) added a comment - Hi Christina, Many thanks for your positive feedback and we are glad that you like it! At this time we are not looking to bundle the plugin because we are still investigating other ways that we can add more robust timezone support into JIRA. However in a near future release it will be easier to download and install plugins directly from JIRA. In fact you can do this now by installing the Atlassian Universal Plugin Manager . Cheers, Roy

            Hi all,

            we just tested the MyZone Plugin. It is really great. Is it possible to make this a standard plugin for Jira so that it is installed during upgrades?

            Christina Edelbluth

            Christina Edelbluth added a comment - Hi all, we just tested the MyZone Plugin. It is really great. Is it possible to make this a standard plugin for Jira so that it is installed during upgrades? Christina Edelbluth

            Hi Mark,

            We recently changed the workflow statuses for this issue type and removed the 'Short Term Roadmap' status.

            Time tracking is still on our cards, and may I ask if you have tested the MyZone plugin?
            Feel free to email me directly if you prefer.

            Cheers,
            Roy Krishna
            JIRA Product Management
            roy at atlassian dot com

            Roy Krishna (Inactive) added a comment - Hi Mark, We recently changed the workflow statuses for this issue type and removed the 'Short Term Roadmap' status. Time tracking is still on our cards, and may I ask if you have tested the MyZone plugin ? Feel free to email me directly if you prefer. Cheers, Roy Krishna JIRA Product Management roy at atlassian dot com

            Why the move from Short Term Roadmap to Open? Curious, as this was announced that it would be completed very soon back in June...

            Mark Moskovitz added a comment - Why the move from Short Term Roadmap to Open? Curious, as this was announced that it would be completed very soon back in June...

            @Matt Doar - Many thanks!

            @Mark, David, Oliver - Thanks for the comments. We are not suggesting that this is a complete solution to this issue, but rather a simple plugin that a developer has created to address the view issue page. It was done in his spare time as he wanted a simple solution to view times on the issue screen. Again, let me confirm with you that this is not the Atlassian supported solution. We will be looking at this down the track. Sorry that I was not more clear on this point earlier.

            Please feel free to email me directly on this matter.

            Cheers,
            Roy Krishna
            JIRA Product Management
            roy at atlassian dot com

            Roy Krishna (Inactive) added a comment - @Matt Doar - Many thanks! @Mark, David, Oliver - Thanks for the comments. We are not suggesting that this is a complete solution to this issue, but rather a simple plugin that a developer has created to address the view issue page. It was done in his spare time as he wanted a simple solution to view times on the issue screen. Again, let me confirm with you that this is not the Atlassian supported solution. We will be looking at this down the track. Sorry that I was not more clear on this point earlier. Please feel free to email me directly on this matter. Cheers, Roy Krishna JIRA Product Management roy at atlassian dot com

            OliverF added a comment -

            I agree. I also expect an full blown und full integrated solution.

            OliverF added a comment - I agree. I also expect an full blown und full integrated solution.

            Mark Moskovitz added a comment - - edited

            @David Corley: Exactly! Mike Cannon-Brookes said that Atlassian would be implementing a solution. To suggest that we use this third-party, UNSUPPORTED, plugin is not only NOT a solution, but also irresponsible of Atlassian. Additionally, this plugin does not cover all areas where time is listed, which, to me and my users, again, is not a complete solution.

            Please provide an actual update on the real solution that will be built into JIRA and supported by Atlassian.

            Mark Moskovitz added a comment - - edited @David Corley: Exactly! Mike Cannon-Brookes said that Atlassian would be implementing a solution. To suggest that we use this third-party, UNSUPPORTED, plugin is not only NOT a solution, but also irresponsible of Atlassian. Additionally, this plugin does not cover all areas where time is listed, which, to me and my users, again, is not a complete solution. Please provide an actual update on the real solution that will be built into JIRA and supported by Atlassian.

            Roy, I'm presuming Atlassian are still planning on implementing full timezone support next year as per Mike Cannon-Brookes keynote at Summit this year?
            In other words, this plugin should only be considered as a short-term solution (and partial) solution to the problem?

            David Corley added a comment - Roy, I'm presuming Atlassian are still planning on implementing full timezone support next year as per Mike Cannon-Brookes keynote at Summit this year? In other words, this plugin should only be considered as a short-term solution (and partial) solution to the problem?

            MattS added a comment -

            Nice looking plugin, glad someone did something about this.

            ~Matt

            MattS added a comment - Nice looking plugin, glad someone did something about this. ~Matt

            Roy Krishna (Inactive) added a comment - - edited

            Hi Guys,

            Just a quick note to let you know that a JIRA developer has created a small plugin named MyZone that has limited timezone support.

            The MyZone plugin will give each user the option of setting their timezone location via their user profile. It will then show converted dates and times on the view issue page. In the example screenshot below you can see converted dates and times as underlined while the mouse hover shows the JIRA server time (relative dates e.g.Today 2:30pm are also converted):

            Please note that the plugin will not convert times in the issue navigator nor when entering dates/times in issues, it only currently works on the view issue display.

            If you are interested in testing MyZone you can download the plugin from the Atlassian Plugin Exchange. Please note that it is not an Atlassian supported plugin but the developer is keen to hear your thoughts and feedback. So we ask that you send all issues and feedback directly to the developer via the plugin site directly. (You will need to sign up for a free account)

            Happy testing!

            Roy Krishna
            JIRA Product Management

            Roy Krishna (Inactive) added a comment - - edited Hi Guys, Just a quick note to let you know that a JIRA developer has created a small plugin named MyZone that has limited timezone support. The MyZone plugin will give each user the option of setting their timezone location via their user profile. It will then show converted dates and times on the view issue page. In the example screenshot below you can see converted dates and times as underlined while the mouse hover shows the JIRA server time (relative dates e.g.Today 2:30pm are also converted): Please note that the plugin will not convert times in the issue navigator nor when entering dates/times in issues, it only currently works on the view issue display. If you are interested in testing MyZone you can download the plugin from the Atlassian Plugin Exchange. Please note that it is not an Atlassian supported plugin but the developer is keen to hear your thoughts and feedback. So we ask that you send all issues and feedback directly to the developer via the plugin site directly . (You will need to sign up for a free account) Happy testing! Roy Krishna JIRA Product Management

            @David Bond This was announced at the Summit this summer that it would be fixed in 4.x and soon.

            Mark Moskovitz added a comment - @David Bond This was announced at the Summit this summer that it would be fixed in 4.x and soon.

            Nick Bence added a comment -

            Useful and gets my vote, but the user timezone should come from Crowd so it can also be shown in the Confluence Profile for the user.

            Nick Bence added a comment - Useful and gets my vote, but the user timezone should come from Crowd so it can also be shown in the Confluence Profile for the user.

            I have recently introduced Jira to a company looking to buy. I installed the $10 version and this was their first complaint. I've voted, but have a sinking feeling that my vote is going to count for jack. This is a hygiene issue and has affected a sale. Every other enterprise system in the world has user timezone. You should be embarassed Atlassian.

            david_bond added a comment - I have recently introduced Jira to a company looking to buy. I installed the $10 version and this was their first complaint. I've voted, but have a sinking feeling that my vote is going to count for jack. This is a hygiene issue and has affected a sale. Every other enterprise system in the world has user timezone. You should be embarassed Atlassian.

            It's worth noting here that the Activity Stream in Jira 4.x and the Activity Stream gadget (provided by the makers of Jira) both seem to show the times in the client timezone. So now, depending on where you look in Jira, you get different times for the dates - even on the same screen! (the view issue screen showing server timezone with the activity stream showing client timezone at the bottom). This is very confusing, esp. to new users. I'd raise it as a bug, but I fear that would take a step backwards, instead of the original limitation being fixed. So we'll just live with it for now.

            Dave Tollefson added a comment - It's worth noting here that the Activity Stream in Jira 4.x and the Activity Stream gadget (provided by the makers of Jira) both seem to show the times in the client timezone. So now, depending on where you look in Jira, you get different times for the dates - even on the same screen! (the view issue screen showing server timezone with the activity stream showing client timezone at the bottom). This is very confusing, esp. to new users. I'd raise it as a bug, but I fear that would take a step backwards, instead of the original limitation being fixed. So we'll just live with it for now.

            Yay!

            Michelle Johnson added a comment - Yay!

            For what it's worth, there's a video of a talk from the recent Atlassian summit where Mike Cannon-Brookes promised this would be delivered in 2011.

            Neal Applebaum added a comment - For what it's worth, there's a video of a talk from the recent Atlassian summit where Mike Cannon-Brookes promised this would be delivered in 2011.

            This is a long thread so pardon repetitions; due to the international presence of our multiple sites, operations and users we need 2 features:
            1) Entering date and time: time & date format localized to the users work station locale and preferences for a) time / date zone and b) time / date entry format
            2) Displaying times and dates: time and dates presented in the time zone and preferred format of the user [based on work station locale and preferences]; as a short term fix [an alternative until this is resolved] display the dates qualified with time zone so the reader can derive the correct times/dates and (when needed) calculate any time/date differences correctly

            Armen Badal added a comment - This is a long thread so pardon repetitions; due to the international presence of our multiple sites, operations and users we need 2 features: 1) Entering date and time: time & date format localized to the users work station locale and preferences for a) time / date zone and b) time / date entry format 2) Displaying times and dates: time and dates presented in the time zone and preferred format of the user [based on work station locale and preferences] ; as a short term fix [an alternative until this is resolved] display the dates qualified with time zone so the reader can derive the correct times/dates and (when needed) calculate any time/date differences correctly

            Romain Mautin added a comment - - edited

            We have people in the US, AU, FR, IN, all working on the same tasks and I cannot say how much I am disappointed by the fact JIRA does not handle time zones in the user preferences !

            Romain Mautin added a comment - - edited We have people in the US, AU, FR, IN, all working on the same tasks and I cannot say how much I am disappointed by the fact JIRA does not handle time zones in the user preferences !

            We want to implement JIRA for an international team, and lacking time zones causes discomfort for the users who are not in the zone of the server. It is strange, that many efforts were implemented to make JIRA multilanguage but the current issue is neglected in the age of cloud computing and distrubuted teams

            Gregory Kneller added a comment - We want to implement JIRA for an international team, and lacking time zones causes discomfort for the users who are not in the zone of the server. It is strange, that many efforts were implemented to make JIRA multilanguage but the current issue is neglected in the age of cloud computing and distrubuted teams

            We are a team of developers in 4 different sites across the world. We just moved to using JIRA and I was very surprised that a basic thing such as adjusting time zone for localization was not already done for a mature product like JIRA.

            Can we have this feature implemented in the next release, please?

            Shinta Smith added a comment - We are a team of developers in 4 different sites across the world. We just moved to using JIRA and I was very surprised that a basic thing such as adjusting time zone for localization was not already done for a mature product like JIRA. Can we have this feature implemented in the next release, please?

            Yes, would love to see this - this is almost the first thing we implement on any new project. Frustrating to see all our JIRA dates appearing to be tomorrow (here in Western Canada). And it gets even worse when trying to understand reports. At least if the date pickers mentioned that they were in UTC, our users might not go readjusting them to the wrong date and time. So as many posters have mentioned, it is easy to get the timezone from the browser or from a profile and use that to display any dates, and this would be a desperately welcomed feature.

            Julian Wood added a comment - Yes, would love to see this - this is almost the first thing we implement on any new project. Frustrating to see all our JIRA dates appearing to be tomorrow (here in Western Canada). And it gets even worse when trying to understand reports. At least if the date pickers mentioned that they were in UTC, our users might not go readjusting them to the wrong date and time. So as many posters have mentioned, it is easy to get the timezone from the browser or from a profile and use that to display any dates, and this would be a desperately welcomed feature.

            This issue is extremely annoying. But the fact that it has not been addressed for so long is pathetic!

            Amir Khalilian added a comment - This issue is extremely annoying. But the fact that it has not been addressed for so long is pathetic!

            Pete Dakin added a comment - - edited

            We have users in US (2 timezones) and EU (3 timezones). Our Jira is hosted in the US. How should we decide what timezone to display? BTW I see this issue is EIGHT YEARS OLD. Come on!

            Pete Dakin added a comment - - edited We have users in US (2 timezones) and EU (3 timezones). Our Jira is hosted in the US. How should we decide what timezone to display? BTW I see this issue is EIGHT YEARS OLD. Come on!

            This issue is causing problems to us as well, having hundreds of users distributed in 7 timezones.

            Laszlo Radics added a comment - This issue is causing problems to us as well, having hundreds of users distributed in 7 timezones.

            I have about 1k users interested in this.
            I see Atlassian slowly becoming Microsoft. Products becoming larger but without useful functionality that everyone wants. That's the power of opensource - needed functionality is implemented. But I do not see any reason to migrate to JIRA 4.0 or Confluence 3.1.

            Oleksii Gnatkevych added a comment - I have about 1k users interested in this. I see Atlassian slowly becoming Microsoft. Products becoming larger but without useful functionality that everyone wants. That's the power of opensource - needed functionality is implemented. But I do not see any reason to migrate to JIRA 4.0 or Confluence 3.1.

            I vote; Let us have local TimeZone NOW please. I have over 5,000 interested in this Enhancement

            Jeffrey Thibodeau added a comment - I vote; Let us have local TimeZone NOW please. I have over 5,000 interested in this Enhancement

            Roy Donasco added a comment - - edited

            I'm already 305th on the Vote. Let us have local TimeZone NOW please.

            Roy Donasco added a comment - - edited I'm already 305th on the Vote. Let us have local TimeZone NOW please.

            How many votes do we need to get this implemented sooner? I can get around 400 from my company.

            Micah Figone added a comment - How many votes do we need to get this implemented sooner? I can get around 400 from my company.

            he he I'm the 300th vote ! I guess everything has been already said. We need it, please ...

            Deleted Account (Inactive) added a comment - he he I'm the 300th vote ! I guess everything has been already said. We need it, please ...

            Marcelo added a comment -

            Long Term Roadmap status, no assignee, priority MINOR. An 8-year old issue with 299 votes must have pririty MAJOR or higher, and an assignee.

            Marcelo added a comment - Long Term Roadmap status, no assignee, priority MINOR. An 8-year old issue with 299 votes must have pririty MAJOR or higher, and an assignee.

            Long Term Roadmap status with no assignee - sounds like long and
            carefree life.

            Marcin Szaluś added a comment - Long Term Roadmap status with no assignee - sounds like long and carefree life.

            Happy birthday JRA-9. You are 8 years old today!

            Wayne Johnston added a comment - Happy birthday JRA-9 . You are 8 years old today!

            Like many people above we use Jira in an international context, with most users being in either IST or CET (India or Western Europe). Having all the times displayed in EST (the server is in the US) is really inconvenient and confusing everybody. Worse still, that machine will probably move soon to an other time zone, changing the offset...

            I've worked with Jira for a long time and I love the product, but this issue is very vexing. No handling of time zones in a web collaborative software in 2010? It's a bit hard to explain to people.

            Cédric Cédric added a comment - Like many people above we use Jira in an international context, with most users being in either IST or CET (India or Western Europe). Having all the times displayed in EST (the server is in the US) is really inconvenient and confusing everybody. Worse still, that machine will probably move soon to an other time zone, changing the offset... I've worked with Jira for a long time and I love the product, but this issue is very vexing. No handling of time zones in a web collaborative software in 2010? It's a bit hard to explain to people.

            Tim Bos added a comment -

            +1 from me.
            We have a very complicated (on par with JIRA) piece of software that we've devloped. It covers about 15 timezones, and we managed to fix the timezone issue for users. We just have a 'timezone' dropdown list at the top right of the screen after a user logs in. They can dynamically select the timezone, then everything they see is displayed in their selected timezone. Schedules, etc are saved with timezone information stored (ie. it knows what timezone the user was in when they created a schedule).
            It's not trivial, but it's certainly not a massive task.

            Tim Bos added a comment - +1 from me. We have a very complicated (on par with JIRA) piece of software that we've devloped. It covers about 15 timezones, and we managed to fix the timezone issue for users. We just have a 'timezone' dropdown list at the top right of the screen after a user logs in. They can dynamically select the timezone, then everything they see is displayed in their selected timezone. Schedules, etc are saved with timezone information stored (ie. it knows what timezone the user was in when they created a schedule). It's not trivial, but it's certainly not a massive task.

            A Greasemonkey script that corrects timestamps for users in a different timezone might be a quickest workaround. Does anybody have such a thing?

            John Heller added a comment - A Greasemonkey script that corrects timestamps for users in a different timezone might be a quickest workaround. Does anybody have such a thing?

            +1 vote. We have been huge fans of Jira, but have just opened a site in another timezone and have realised that Jira has absolutely no support for that at all. None. Zip.

            That must be embarrassing.

            Its a "minor" issue, apparently.

            John Heller added a comment - +1 vote. We have been huge fans of Jira, but have just opened a site in another timezone and have realised that Jira has absolutely no support for that at all. None. Zip. That must be embarrassing. Its a "minor" issue, apparently.

            We are in the same boat. We have an international team (which, by the way, we pay quite a bit for in terms of JIRA licensing), and the time zone math is just a headache. We all want to see times displayed in our own time zone, not someone else's.

            Bryan Field-Elliot added a comment - We are in the same boat. We have an international team (which, by the way, we pay quite a bit for in terms of JIRA licensing), and the time zone math is just a headache. We all want to see times displayed in our own time zone, not someone else's.

            I'm not surprised it has been moved to long term when I see Priority "minor" and time estimate 600 hours.
            But is it really minor and so long to do?

            Jean-Baptiste Catté [SunGard] added a comment - I'm not surprised it has been moved to long term when I see Priority "minor" and time estimate 600 hours. But is it really minor and so long to do?

            Long term?!

            Bad choice....

            This is such a needed feature.

            Micah Figone added a comment - Long term?! Bad choice.... This is such a needed feature.

            Let me be the first of many, no doubt, to express disappointment that this issue has moved from the short term to the long term road map. Though this is a minor feature, it's like a spelling mistake on a menu. You can't believe it hasn't been noticed and fixed. Every day it eats away a little bit at your satisfaction with the product. JIRA has lots of great features and it does a lot for us, but when this does get fixed I won't be saying "what a cool feature". I'll be saying "I can't believe how long it took for them to get around to this."

            Thanks for the opportunity to comment and for the courage to put your product planning out in public.

            Wayne Johnston added a comment - Let me be the first of many, no doubt, to express disappointment that this issue has moved from the short term to the long term road map. Though this is a minor feature, it's like a spelling mistake on a menu. You can't believe it hasn't been noticed and fixed. Every day it eats away a little bit at your satisfaction with the product. JIRA has lots of great features and it does a lot for us, but when this does get fixed I won't be saying "what a cool feature". I'll be saying "I can't believe how long it took for them to get around to this." Thanks for the opportunity to comment and for the courage to put your product planning out in public.

            "RT @joshleejosh:JIRA has like eleven million features and config options, but displaying times in your local time zone isn't one of them."

            Just saw this on twitter.

            John Sloat (Inactive) added a comment - "RT @joshleejosh:JIRA has like eleven million features and config options, but displaying times in your local time zone isn't one of them." Just saw this on twitter.

            Jan Carlin added a comment -

            I have teams in 2 time zones and would very much like this functionality as well.

            Jan Carlin added a comment - I have teams in 2 time zones and would very much like this functionality as well.

            Voted & watching. We're in the same boat, and to be honest - I can't believe JIRA doesn't already support this.

            Chris Boulton added a comment - Voted & watching. We're in the same boat, and to be honest - I can't believe JIRA doesn't already support this.

            Just adding another "me too". We're using Jira to coordinate work between our offices in Atlanta and in Paris, and this is going to make things pretty confusing for one of the two teams.

            Andrew Feury added a comment - Just adding another "me too". We're using Jira to coordinate work between our offices in Atlanta and in Paris, and this is going to make things pretty confusing for one of the two teams.

            Me too, on behalf of iTKO. Server in Dallas USA, I work in Melbourne Australia and we have a team scattered all over the world. I can't be bothered doing the mental arithmetic that isn't necessary with all the other servers hosted in Dallas, including our Confluence instance. I know you need to run on a bunch of databases so store the dates as seconds since epoch GMT and do the conversion on the fly for the user's nominated timzeone. It sucks to store dates that way in the db, I know, but it's either that or restrict the databases or continue to have people pointing at you and shaking their heads .

            Cameron Bromley added a comment - Me too, on behalf of iTKO. Server in Dallas USA, I work in Melbourne Australia and we have a team scattered all over the world. I can't be bothered doing the mental arithmetic that isn't necessary with all the other servers hosted in Dallas, including our Confluence instance. I know you need to run on a bunch of databases so store the dates as seconds since epoch GMT and do the conversion on the fly for the user's nominated timzeone. It sucks to store dates that way in the db, I know, but it's either that or restrict the databases or continue to have people pointing at you and shaking their heads .

            OliverF added a comment -

            Some tasks can take a lot of time, in particular if you are working on such fundamentals as working with time. Nevertheless this is an important feature for distributed teams.

            OliverF added a comment - Some tasks can take a lot of time, in particular if you are working on such fundamentals as working with time. Nevertheless this is an important feature for distributed teams.

            Hi Stafford Vaughan!

            Yes, it is right: Jira is not a simple bulletin board. But that makes it even worse that such an important feature is not implemented for years. And estimated time 600h: that is 75 days assumed a developer works 8 hours per day. Wow! I should give an estimation for a feature as basic as this to my manager, he would ask me about the quality of my projects Java code.

            Do not get me wrong, I might not grasp the complexity of the task. I only want to tell you: we need that feature very urgently.

            Stephan Born added a comment - Hi Stafford Vaughan! Yes, it is right: Jira is not a simple bulletin board. But that makes it even worse that such an important feature is not implemented for years . And estimated time 600h: that is 75 days assumed a developer works 8 hours per day. Wow! I should give an estimation for a feature as basic as this to my manager, he would ask me about the quality of my projects Java code. Do not get me wrong, I might not grasp the complexity of the task. I only want to tell you: we need that feature very urgently.

            m27315 - JIRA isn't a simple bulletin board. It's use of times and dates are much more complicated, hence the long timeframe to get this improvement implemented. I'm sure it will be done at some stage, it's just a matter of balancing this request with the other few thousand.

            Stafford Vaughan [CustomWare] added a comment - m27315 - JIRA isn't a simple bulletin board. It's use of times and dates are much more complicated, hence the long timeframe to get this improvement implemented. I'm sure it will be done at some stage, it's just a matter of balancing this request with the other few thousand.

            m27315 added a comment -

            Even the simplest bulletin boards and forums support this feature. Jira should have had this years ago.
            +1, should have been "fixed" yesterday.

            m27315 added a comment - Even the simplest bulletin boards and forums support this feature. Jira should have had this years ago. +1, should have been "fixed" yesterday.

            I'd like to add a me too for this – I can do the mental arithmatic on our Jira hosted, to work out when things were done, but it would be so nice for the dates to be localised to me.

            Please please please do this.

            Rob Dawson added a comment - I'd like to add a me too for this – I can do the mental arithmatic on our Jira hosted, to work out when things were done, but it would be so nice for the dates to be localised to me. Please please please do this.

            Kind of sad and disappointing to see that this is/was ever an issue to begin with. My vote is in.
            [this comment added 12:50AM EST]

            Joaquin Garrido added a comment - Kind of sad and disappointing to see that this is/was ever an issue to begin with. My vote is in. [this comment added 12:50AM EST]

            David added a comment -

            Also a problem for us. We're being asked to use a new global roll out & yet everyone in diff countries has to work around UTC time, rather clumsy & error prone!

            David added a comment - Also a problem for us. We're being asked to use a new global roll out & yet everyone in diff countries has to work around UTC time, rather clumsy & error prone!

            Consider AT&T on the list of companies that consider this a high priority, not sure how we missed it during our initial evaluation but now that we're well into JIRA (2+ years) and loving it, this has become a bigger and bigger issue that I can't seem to keep explaining my way out of to the groups that we've managed to move into JIRA from other ticketing systems.

            How is this working (or not) with the new JIRA hosted model? Thats got to affect those groups?

            Darby Stewart added a comment - Consider AT&T on the list of companies that consider this a high priority, not sure how we missed it during our initial evaluation but now that we're well into JIRA (2+ years) and loving it, this has become a bigger and bigger issue that I can't seem to keep explaining my way out of to the groups that we've managed to move into JIRA from other ticketing systems. How is this working (or not) with the new JIRA hosted model? Thats got to affect those groups?

            Erik G. added a comment -

            Wow... what an embarrassment

            Ran across this issue as we're moving over to use JIRA as an agile tool tracker (using the GreenHopper plugin) and suddenly timestamps/work logs take on a whole new importance. I thought Atlassians motto was DFTC? Maybe this issue was logged before that came about?

            As a technical suggestion, grab the timezone from javascript and do the conversions in the UI, keep the database on a standard timezone – that's what I've done to handle this problem before. You can get tricky and allow a user profile override too but that has problems if people jump between timezones. At least as a first step so you dont have to go crazy figuring out how to support N database timestamp schemes.

            +1 from Jira Enterprise customer (if that helps get it short_er listed)

            Erik G. added a comment - Wow... what an embarrassment Ran across this issue as we're moving over to use JIRA as an agile tool tracker (using the GreenHopper plugin) and suddenly timestamps/work logs take on a whole new importance. I thought Atlassians motto was DFTC? Maybe this issue was logged before that came about? As a technical suggestion, grab the timezone from javascript and do the conversions in the UI, keep the database on a standard timezone – that's what I've done to handle this problem before. You can get tricky and allow a user profile override too but that has problems if people jump between timezones. At least as a first step so you dont have to go crazy figuring out how to support N database timestamp schemes. +1 from Jira Enterprise customer (if that helps get it short_er listed)

            Just adding my voice to this, we work in multiple continents / timezones and use Jira for our change control system. It is a hinderance for our users to have to do timezone conversions in order to properly schedule change controls. It would be a huge help if you could move this up in the schedule.

            Jennifer Elam added a comment - Just adding my voice to this, we work in multiple continents / timezones and use Jira for our change control system. It is a hinderance for our users to have to do timezone conversions in order to properly schedule change controls. It would be a huge help if you could move this up in the schedule.

            Wojtek added a comment -

            This is also a problem for us. We host Jira in the USA but work in Europe so you can imagine that some logs result with different date (as for some cases it is still previous day in the States)

            Wojtek added a comment - This is also a problem for us. We host Jira in the USA but work in Europe so you can imagine that some logs result with different date (as for some cases it is still previous day in the States)

            this new feature + with enchancement on Timetracking to setup Holidays event will be very usefull

            Akhirudin Fahmi added a comment - this new feature + with enchancement on Timetracking to setup Holidays event will be very usefull

            Just looked at issue number.
            Number #9
            Very first unresolved issue from JIRA salad days.
            184 votes & still minor priority!

            Sergiy LIZENKO added a comment - Just looked at issue number. Number #9 Very first unresolved issue from JIRA salad days. 184 votes & still minor priority!

            Brian Lane added a comment -

            I personally read through all comments on all JIRA project related issues - so your comments are not going ignored.

            This issue is one of the top voted for issues as well as being the oldest.

            I have this issue short listed for a 4.x release, we will continue to balance top requested / small improvements with each major release.

            I wish I could be more specific, but at this time I am unable to provide more details.

            When I have more concrete information regarding when this issue will be addressed, I will jump in here and provide those details.

            Regards,

            Brian Lane
            JIRA Product Manager

            Brian Lane added a comment - I personally read through all comments on all JIRA project related issues - so your comments are not going ignored. This issue is one of the top voted for issues as well as being the oldest. I have this issue short listed for a 4.x release, we will continue to balance top requested / small improvements with each major release. I wish I could be more specific, but at this time I am unable to provide more details. When I have more concrete information regarding when this issue will be addressed, I will jump in here and provide those details. Regards, Brian Lane JIRA Product Manager

            Jira Admin added a comment -

            This is a critical issue for us. We have support resources in three geographic locations (US, GB, SG) and customers worldwide. It would help us greatly if this functionality became standard

            Jira Admin added a comment - This is a critical issue for us. We have support resources in three geographic locations (US, GB, SG) and customers worldwide. It would help us greatly if this functionality became standard

            Could somebody from Atlassian kindly comment on this issue, the last we heard from your team is a year ago.
            Thanks,
            Ganesh

            Ganesh Chattanath added a comment - Could somebody from Atlassian kindly comment on this issue, the last we heard from your team is a year ago. Thanks, Ganesh

            We (Sandisk) vote for it too!!!

            Michael Strelnikov added a comment - We (Sandisk) vote for it too!!!

            ISS Art Ltd. votes for it

            Anton Nepomnyaschih added a comment - ISS Art Ltd. votes for it

            This is a big one for us too.

            Hope it gets resolved soon as we are now dealing with multiple clients in different countries.

            Andrew Carrucan added a comment - This is a big one for us too. Hope it gets resolved soon as we are now dealing with multiple clients in different countries.

            How has this not been fixed yet? I'm surpised Atlassian has been spending their time these past few years on all sorts of value-add features, while ignoring fixing value-detract deficiencies like this. Very disappointing.

            Matthew Lieder added a comment - How has this not been fixed yet? I'm surpised Atlassian has been spending their time these past few years on all sorts of value-add features, while ignoring fixing value-detract deficiencies like this. Very disappointing.

            This is in no way a minor bug. Without accurate/intuitive time stamps, it is very difficult to collaborate internationally, and just causes confusion. Is there any reason this keeps getting put off? As it is already implemented in Confluence, I'd think it wouldn't take that many man hours to complete, and it would make a huge difference for a lot of users.

            Joshua Maciel added a comment - This is in no way a minor bug. Without accurate/intuitive time stamps, it is very difficult to collaborate internationally, and just causes confusion. Is there any reason this keeps getting put off? As it is already implemented in Confluence, I'd think it wouldn't take that many man hours to complete, and it would make a huge difference for a lot of users.

              Unassigned Unassigned
              mike@atlassian.com Mike Cannon-Brookes
              Votes:
              454 Vote for this issue
              Watchers:
              212 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Estimated:
                  Original Estimate - 600h Original Estimate - 600h
                  600h
                  Remaining:
                  Remaining Estimate - 600h
                  600h
                  Logged:
                  Remaining Estimate - 600h
                  25m