@@ -13,5 +13,5 @@ func NewClock() Clock {
}
func (c *ClockImpl) Now() time.Time {
return time.Now()
return time.Now().UTC()
The note is not visible to the blocked user.