Calculating Time Between Two Anchors
Learn how to compute the duration between two time anchors.
Prerequisites
At least two time anchors created.
Steps
List Available Anchors: View all anchors:
poetry run utms anchor list
Calculate the Difference: Use the anchor diff command:
poetry run utms anchor diff "start_of_sprint" "project_deadline"
Output:
Time difference: 16 days, 4 hours, 30 minutes.
Convert the Result: Convert the result to another unit (e.g., hours):
poetry run utms anchor diff "start_of_sprint" "project_deadline" --unit hours