콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
6053 화면

I am using the field date_start from project.task in the project calendar. This is going well, and in the OE UI everything shows correctly. Recently I made a report generated from project.task. I also use date_start in this report to show the date and time when the work begins.

In OE we use timezone GMT +2. If I have a task starting at xx/xx/xx 10:00, my report will show xx/xx/xx 08:00 because the fields are stored in the database without timezone. I use [[ o.date_start ]] in the OE report designer to show my field.

What code can I add to [[ o.date_start ]] so it will know to add +2 from the system timezone?

아바타
취소
작성자 베스트 답변

[[ formatLang(o.date_start,date_time = True) ]] is the solution

아바타
취소
관련 게시물 답글 화면 활동
3
7월 18
5962
2
8월 20
9318
0
3월 15
6877
1
3월 15
5511
1
3월 15
4610