File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/app/modules/reports/components/time-entries-table Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1717 < th class ="col sm-col " title ="Duration (hours) "> Duration</ th >
1818 < th class ="col x-sm-col " title ="Time in "> Time in</ th >
1919 < th class ="col x-sm-col " title ="Time out "> Time out</ th >
20+ < th class ="col sm-col " title ="Time zone "> Time zone</ th >
2021 < th class ="col md-col "> Project</ th >
2122 < th class ="hidden-col "> Project ID</ th >
2223 < th class ="col md-col "> Customer</ th >
3839 < td class ="col sm-col ">
3940 {{ entry.start_date | date: 'MM/dd/yyyy' }}
4041 </ td >
41- < td class ="col sm-col ">
42+ < td class ="col sm-col text-center ">
4243 {{ entry.end_date | substractDateDisplayAsFloat: entry.start_date }}
4344 </ td >
44- < td class ="col x-sm-col "> {{ dateTimeOffset.parseDateTimeOffset(entry.start_date, entry.timezone_offset) }}</ td >
45- < td class ="col x-sm-col "> {{ dateTimeOffset.parseDateTimeOffset(entry.end_date, entry.timezone_offset) }}</ td >
45+ < td class ="col x-sm-col text-center "> {{ dateTimeOffset.parseDateTimeOffset(entry.start_date, entry.timezone_offset) }}</ td >
46+ < td class ="col x-sm-col text-center "> {{ dateTimeOffset.parseDateTimeOffset(entry.end_date, entry.timezone_offset) }}</ td >
47+ < td class ="col sm-col text-center ">
48+ UTC{{(entry.timezone_offset < 0 )? "+": ""}}{{- entry.timezone_offset/60}}
49+ </ td >
4650 < td class ="col md-col "> {{ entry.project_name }}</ td >
4751 < td class ="hidden-col "> {{ entry.project_id }}</ td >
4852 < td class ="col md-col "> {{ entry.customer_name }}</ td >
You can’t perform that action at this time.
0 commit comments