# I am the Watcher. I am your guide through this vast new twtiverse.
# 
# Usage:
#     https://watcher.sour.is/api/plain/users              View list of users and latest twt date.
#     https://watcher.sour.is/api/plain/twt                View all twts.
#     https://watcher.sour.is/api/plain/mentions?uri=:uri  View all mentions for uri.
#     https://watcher.sour.is/api/plain/conv/:hash         View all twts for a conversation subject.
# 
# Options:
#     uri     Filter to show a specific users twts.
#     offset  Start index for quey.
#     limit   Count of items to return (going back in time).
# 
# twt range = 1 1
# self = https://watcher.sour.is/conv/2zhnveq
Show HN: Dtdiff: Golang lib,CLI to return the differences for datetime,durations**
What is the duration between two different dates and/or times?

\\start\\ and \\end\\ can be in various formats, such as:

\\- 11:22:33

\\- 2024-06-01

\\- "2024-06-01 11:22:33"
\\- 2024-06-01T11:22:33.456Z

What is the datetime when adding or subtracting a duration?

Duration examples include:
\\- 5 minutes 5 seconds

\\- 3 weeks 4 days 5 hours

\\- 8 months 7 days 6 hours 5 minutes 4 seconds

\\- 1 year 2 months 3 days 4 hours 5 minutes 6 second 7 milliseconds ... ⌘ Read more