buoyant / redmine_announcements

Site Wide Announcements in Redmine
8 stars 4 forks source link

Start and end times in UTC is very confusing for most folks. #8

Closed spydmobile closed 10 years ago

spydmobile commented 10 years ago

Perhaps, this can be set up to use the Users chosen timezone?

buoyant commented 10 years ago

Are you talking on index page of announcements, where all announcements are displayed?

spydmobile commented 10 years ago

Hi, In the end yes, First when you click New Announcement, the start and end date fields use UTC, then later in the all announcement page for the project, it displays UTC time. There should be an option to use the TZ configured in the user account perhaps.

On Tue, Mar 25, 2014 at 10:32 PM, Sandeep Kumar notifications@github.comwrote:

Are you talking on index page of announcements, where all announcements are displayed.

— Reply to this email directly or view it on GitHubhttps://github.com/buoyant/redmine_announcements/issues/8#issuecomment-38649174 .

Socrates said: "The only true wisdom is in knowing you know nothing."

Henry Ward Beecher said: "The art of being happy lies in the power of extracting happiness from common things."

Bob Marley Said "Don't gain the world and lose your soul, wisdom is better than silver or gold."

buoyant commented 10 years ago

I have pushed the fix for this yesterday. so please pull the latest code.

On Wed, Mar 26, 2014 at 6:28 PM, Franco Nogarin notifications@github.comwrote:

Hi, In the end yes, First when you click New Announcement, the start and end date fields use UTC, then later in the all announcement page for the project, it displays UTC time. There should be an option to use the TZ configured in the user account perhaps.

On Tue, Mar 25, 2014 at 10:32 PM, Sandeep Kumar notifications@github.comwrote:

Are you talking on index page of announcements, where all announcements are displayed.

Reply to this email directly or view it on GitHub< https://github.com/buoyant/redmine_announcements/issues/8#issuecomment-38649174>

.

Socrates said: "The only true wisdom is in knowing you know nothing."

Henry Ward Beecher said: "The art of being happy lies in the power of extracting happiness from common things."

Bob Marley Said "Don't gain the world and lose your soul, wisdom is better than silver or gold."

Reply to this email directly or view it on GitHubhttps://github.com/buoyant/redmine_announcements/issues/8#issuecomment-38679826 .

Regards, Sandeep.

spydmobile commented 10 years ago

Hey, thanks for working on this so fast. I updated the plugin, and reran the rake (rake redmine:plugins:migrate RAILS_ENV=production) and while this fixed the display format on the announcement page, it does not solve the problem on the "create announcement" page... They still start off showing UTC.

buoyant commented 10 years ago

I have fixed this. please checkout your code to tag v1.3 no need to run migrate rake task again. just update your code.

On Thu, Mar 27, 2014 at 7:38 PM, Franco Nogarin notifications@github.comwrote:

Hey, thanks for working on this so fast. I updated the plugin, and reran the rake (rake redmine:plugins:migrate RAILS_ENV=production) and while this fixed the display format on the announcement page, it does not solve the problem on the "create announcement" page... They still start off showing UTC.

Reply to this email directly or view it on GitHubhttps://github.com/buoyant/redmine_announcements/issues/8#issuecomment-38806445 .

Regards, Sandeep.

spydmobile commented 10 years ago

Done, working great, thank you @buoyant !