← Back to team overview

openerp-india team mailing list archive

[Bug 932584] [NEW] OpenERP 6.1rc1 emits working hours as local

 

Public bug reported:

When OpenERP generates resources for import into faces for resource
levelling, it emits the times as local time, while emitting and
interpreting UTC times for the task start and end dates.  This leads to
funny offsets in the resultant data.

Attached are two patches:

0002-resource-Convert-working-hours-to-UTC.patch is a rewrite of
resource.resource.calculate_working_calendar, which is time-zone aware.

In doing this, I discovered that Faces does _not_ like working hours
that span midnight.  (Our working hours are 0900-1700, and our local
time zone is UTC+10, leading to working ours of 2300-0700 UTC.)  Thus, I
have attached a second patch: 0001-faces-Fix-24-hour-and-end-at-
midnight-timespans.patch which corrects this behaviour.

The patch to faces has been submitted upstream:
https://sourceforge.net/tracker/?func=detail&aid=3487769&group_id=155221&atid=794937

Known issues:
- It assumes the user's local time zone, not the time zone of the resource
- It may break slightly where daylight savings time is involved.

** Affects: openobject-addons
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Addons.
https://bugs.launchpad.net/bugs/932584

Title:
  OpenERP 6.1rc1 emits working hours as local

Status in OpenERP Addons (modules):
  New

Bug description:
  When OpenERP generates resources for import into faces for resource
  levelling, it emits the times as local time, while emitting and
  interpreting UTC times for the task start and end dates.  This leads
  to funny offsets in the resultant data.

  Attached are two patches:

  0002-resource-Convert-working-hours-to-UTC.patch is a rewrite of
  resource.resource.calculate_working_calendar, which is time-zone
  aware.

  In doing this, I discovered that Faces does _not_ like working hours
  that span midnight.  (Our working hours are 0900-1700, and our local
  time zone is UTC+10, leading to working ours of 2300-0700 UTC.)  Thus,
  I have attached a second patch: 0001-faces-Fix-24-hour-and-end-at-
  midnight-timespans.patch which corrects this behaviour.

  The patch to faces has been submitted upstream:
  https://sourceforge.net/tracker/?func=detail&aid=3487769&group_id=155221&atid=794937

  Known issues:
  - It assumes the user's local time zone, not the time zone of the resource
  - It may break slightly where daylight savings time is involved.

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-addons/+bug/932584/+subscriptions


Follow ups

References