forked from extern/egroupware
Timesheet: Fix editing timesheet had start time in wrong timezone if user timezone differed from server timezone
This commit is contained in:
parent
e864fb9c5d
commit
1079abc161
@ -105,7 +105,7 @@
|
|||||||
<date id="ts_start" needed="1" options=",8" class="et2_fullWidth"/>
|
<date id="ts_start" needed="1" options=",8" class="et2_fullWidth"/>
|
||||||
<description/>
|
<description/>
|
||||||
<description value="Starttime"/>
|
<description value="Starttime"/>
|
||||||
<date-timeonly id="start_time" options="H:i" class="et2_fullWidth"/>
|
<date-timeonly id="start_time" class="et2_fullWidth"/>
|
||||||
</row>
|
</row>
|
||||||
<row class="row dialogHeader3">
|
<row class="row dialogHeader3">
|
||||||
<description value="Duration" for="ts_duration"/>
|
<description value="Duration" for="ts_duration"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user