Skip to content
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

🐛 Drop UTC offset for local time used in tasks table #1994

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

rszwajko
Copy link
Collaborator

@rszwajko rszwajko commented Jul 3, 2024

The API provides date/time in UTC. For user convenience we display it in the browser time zone. Before this PR, UTC offset for the local time zone was included.

The format used is a subset of ISO 8601 which allows for predictable sorting in the table.
Format string: "YYYY-MM-DD HH:mm:ss".
Example date: "2024-07-03 13:21:44".

Part-of: #1969

The API provides date/time in UTC. For user convinience we display it in
the browser time zone. Before this PR, UTC offset for the local time
zone was included.
The format used is a subset of ISO 8601 which allows for predictable
sorting in the table.
Format string: "YYYY-MM-DD HH:mm:ss".
Example date: "2024-07-03 13:21:44".

Signed-off-by: Radoslaw Szwajkowski <[email protected]>
@rszwajko
Copy link
Collaborator Author

rszwajko commented Jul 3, 2024

Before

Screenshot from 2024-07-03 14-04-03

After

Screenshot from 2024-07-03 15-02-08

Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.32%. Comparing base (b654645) to head (d724674).
Report is 185 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1994      +/-   ##
==========================================
+ Coverage   39.20%   42.32%   +3.12%     
==========================================
  Files         146      170      +24     
  Lines        4857     5434     +577     
  Branches     1164     1305     +141     
==========================================
+ Hits         1904     2300     +396     
- Misses       2939     3118     +179     
- Partials       14       16       +2     
Flag Coverage Δ
client 42.32% <ø> (+3.12%) ⬆️
server ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@sjd78 sjd78 left a comment

Choose a reason for hiding this comment

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

LGTM

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.

2 participants