我想在保存日期字段时指定时区。我试过上面的impex:
#% impex.setLocale( Locale.TURKISH );
$standardHours1=standard-hrs1
INSERT_UPDATE OpeningSchedule;code[unique=true];
;$standardHours1;
INSERT WeekdayOpeningDay;openingTime[dateformat='T''HH:mm'];dayOfWeek(code,itemtype(code));closingTime[dateformat='T''HH:mm'];openingSchedule(code);&componentRef
;10:00;MONDAY:WeekDay;12:30;$standardHours1;mon1
我已经从 help hybris 尝试了这个问题的答案,但它对我不起作用。我正在使用 hybris 1905。