Skip to content

Conversation

@Santiago220991
Copy link
Contributor

Description

A new column named time zone was added to show the local time where the time entry was created.

Files changed

  • Add a list of files that have been 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

<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}}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
UTC{{(entry.timezone_offset < 0)? "+": ""}}{{- entry.timezone_offset/60}}
UTC{{ (entry.timezone_offset < 0) ? "+" : "" }}{{ - entry.timezone_offset / 60 }}

@github-actions
Copy link

[infrastructure/][stage] Terraform Plan 📖 failure

Show Plan ```

terraform

</details>
*Pusher: @Santiago220991, Action: `pull_request`*

@github-actions
Copy link

[infrastructure/][prod] Terraform Plan 📖 failure

Show Plan ```

terraform

</details>
*Pusher: @Santiago220991, Action: `pull_request`*

Copy link
Contributor

@mmaquina mmaquina left a 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

@Santiago220991 Santiago220991 requested a review from mmaquina May 23, 2023 21:25
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

[infrastructure/][stage] Terraform Plan 📖 failure

Show Plan ```

terraform

</details>
*Pusher: @Santiago220991, Action: `pull_request`*

@github-actions
Copy link

[infrastructure/][prod] Terraform Plan 📖 failure

Show Plan ```

terraform

</details>
*Pusher: @Santiago220991, Action: `pull_request`*

@mmaquina mmaquina merged commit 35c5075 into master May 24, 2023
@mmaquina mmaquina deleted the TTL-886-display-time-zone-reports branch May 24, 2023 01:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants