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

Commits on Jul 3, 2024

  1. Drop UTC offset for local time used in tasks table

    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 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d724674 View commit details
    Browse the repository at this point in the history