【发布时间】:2020-03-04 08:20:40
【问题描述】:
我想在保存日期字段时指定时区。我已经尝试过上面的 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 的 this 问题的答案,但它对我不起作用。我正在使用 hybris 1905。
【问题讨论】: