Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
3 Trả lời
16784 Lượt xem

When I create a new leave request, the related server action create an email with date and time like this:

from '[[object.date_from]]'
to: '[[object.date_to]]'

The time is always wrong (-1 hour). All users are within time zone GTM+1.

How can I send email with propper time (GTM+1)?

 

 

Ảnh đại diện
Huỷ bỏ

Hi Davide, Did you find a solution for this? So far we are using pytz.timezone.localize to convert from UTC to user's timezone before generating the email, and append the adjusted datetime to the context...

I found others are using fields.datetime.context_timestamp to fix this... Just did a couple tests and it works fine...

Câu trả lời hay nhất

Davide,

OpenERP server considers everything in GMT standard. If you face the issue of emails having the GMT time, I would consider this as a bug, should be reported.

As a solution, one can write a method which converts the GMTtime into local time and proceed.

Thanks.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

The explanation for that is simple.. odoo/openerp server should be always in UTC time... and users timezones should be chosen according to current timezone settings. Odoo will always write UTC times in database (without timezone) and show times in current user time zone.

In your case, i guess that your server is also in GMT timezone(wich is UTC +1) and times shown in your e-mails are -1hr.

You should check your server timezone with: date +%Z

 and if it is not UTC, run: sudo dpkg-reconfigure tzdata  (valid for ubuntu/debian servers)
 

for more info on that matter please refer to this question or serch official documentation

 

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Hi Davide.

You users TimeZone settings is correct?

 

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 11 16
3779
3
thg 6 23
11186
1
thg 6 15
4204
2
thg 7 24
9202
1
thg 6 24
3112