southbridgeio / redmine_recurring_tasks

Plugin for creating scheduled tasks from templates
http://www.redmine.org/plugins/redmine_recurring_tasks
MIT License
39 stars 15 forks source link

GMT Timezone Difference #49

Closed thomasfirnschrott closed 4 years ago

thomasfirnschrott commented 5 years ago

I installed the plugin in the sameersbn/redmine container which works fine, just to let others know, since cron is not available in the official redmine image.

One problem still exists: The schedule's time seems to be GMT so all scheduled issues are created at selected time in GMT, which renders to be something else on the surface.

Is there a way to configure this?

joho1968 commented 5 years ago

As a follow-up, the server is running with one TZ (the location of the actual server), and Redmine is running with another TZ (the location of most users). When a "time" is evaluated by the code, which one is used if the recurring task is set to execute at 14:00?

olemskoi commented 4 years ago

Please try the latest version.

thomasfirnschrott commented 4 years ago

I've upgraded to 0.3.3 but still I have the same issue. If I schedule 10.00am a new ticket will be created to display last change at 11.00am on the frontend viewed by a user with Vienna time set.