-
Notifications
You must be signed in to change notification settings - Fork 1
TTL 886 display time zone reports #988
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| <td class="col x-sm-col text-center">{{ dateTimeOffset.parseDateTimeOffset(entry.start_date, entry.timezone_offset) }}</td> | ||
| <td class="col x-sm-col text-center">{{ dateTimeOffset.parseDateTimeOffset(entry.end_date, entry.timezone_offset) }}</td> | ||
| <td class="col sm-col text-center"> | ||
| UTC{{(entry.timezone_offset < 0)? "+": ""}}{{- entry.timezone_offset/60}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| UTC{{(entry.timezone_offset < 0)? "+": ""}}{{- entry.timezone_offset/60}} | |
| UTC{{ (entry.timezone_offset < 0) ? "+" : "" }}{{ - entry.timezone_offset / 60 }} |
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just one lint thing on the html file
|
Kudos, SonarCloud Quality Gate passed!
|
[infrastructure/][stage] Terraform Plan 📖
|
[infrastructure/][prod] Terraform Plan 📖
|








Description
A new column named time zone was added to show the local time where the time entry was created.
Files changed
src/app/modules/reports/components/time-entries-table/time-entries-table.component.html
src/app/modules/reports/components/time-entries-table/time-entries-table.component.spec.ts
src/app/modules/shared/models/entry.model.ts
Task board