fix timezone problems in timesheet forms (#555)
This commit is contained in:
@@ -58,6 +58,8 @@
|
||||
droppable : false,
|
||||
height: 'auto',
|
||||
nowIndicator: true,
|
||||
now: '{{ now|date_format('c') }}',
|
||||
//timezone: '{{ app.user.preferenceValue("timezone") }}',
|
||||
businessHours: {
|
||||
dow: [{{ config.businessDays|join(',') }}],
|
||||
start: '{{ config.businessTimeBegin }}',
|
||||
|
||||
Reference in New Issue
Block a user