# 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/l5zbsyq
這些關於 Golang timezone 時區的坑, 我已經幫你踩過了**
原文鏈接: https://tangx.in/posts/2023/01/09/golang-timezone-issue/Golang 中一些不太注意的時區問題time/tzdata 庫------------------Golang 內置的一個時區文件。可以在程序中任意位置被導入。導入後, 如果程序 找不到本地 時區文件, 就會使用該庫的數據。 本地 指的是 運行環境, 可能是實際的 ⌘ Read more