← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 766813] Re: server not accepting Indian Standard Time (IST)

 

Hello mjabirk,

I dont think this is a problem. 
What the framework does is it check for the time zone from all possible available sources like 
1:OpenERP configuration : i.e config['timezone']
2:time.tzname
3:OS environment the value of 'TZ'
4: /etc/timezone
So its just the warning message displayed if any of the above fails to detect. I none of them is able to return a valid timezone then the default 'UTC' is used.

So, did you checked the next 'INFO' message just after the warning message. like I got here is :
WARNING:detect_server_timezone:The timezone specified in time.tzname (IST) is invalid, ignoring it.
INFO:detect_server_timezone:Using timezone Asia/Kolkata obtained from /etc/timezone file.


Thanks !


** Changed in: openobject-server
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/766813

Title:
  server not accepting Indian Standard Time (IST)

Status in OpenERP Server:
  Incomplete

Bug description:
  Hi,
  openerp server is not accepting Indian Standard Time (IST). We are getting the following warning when running server,
  WARNING:detect_server_timezone:The timezone specified in time.tzname (IST) is invalid, ignoring it.
  OpenERP version: 6.0.2 stable
  Thank you.


References