← Back to team overview

openerp-india team mailing list archive

[Bug 1074178] [NEW] printscreen timestamps in UTC and locale order

 

Public bug reported:

OpenERP 6.1 revno 4264

The printscreen report ps_list.py shows timestamps in UTC rather than our local timezone.
Also, there is no en_BZ locale so we use en_US which is fine, except we prefer our dates in %Y-%m-%d order, or failing that in %d-%m-%Y.
ps_list.py gets it's date format from the locale so we're screwed.
It should get the timezone from the user's context and it's date format from ir_lang.

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

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

Title:
  printscreen timestamps in UTC and locale order

Status in OpenERP Server:
  New

Bug description:
  OpenERP 6.1 revno 4264

  The printscreen report ps_list.py shows timestamps in UTC rather than our local timezone.
  Also, there is no en_BZ locale so we use en_US which is fine, except we prefer our dates in %Y-%m-%d order, or failing that in %d-%m-%Y.
  ps_list.py gets it's date format from the locale so we're screwed.
  It should get the timezone from the user's context and it's date format from ir_lang.

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


Follow ups

References