@@ -0,0 +1,3 @@
module git.opentty.xyz/robogg133/utctimerightnow.git
go 1.25.3
@@ -0,0 +1,10 @@
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println(time.Now().UTC())
}
The note is not visible to the blocked user.