Block a user
added local time characteristic
Your version will return the timezone offset at Now(). You see, the timezone offset is not constant over time (see DST). That is why the timezone usually is tied to a datetime to make it…
added local time characteristic
Ok, I'll just copy them here.
infinitime.go, line 720:
Overall, this PR looks good, but this seems like it should accept a *time.Location instead of time.Time because that would be a bit…
added setting of timezone
This looks good. Please look at the comment I left on Arsen6331/infinitime#4. I will merge once the InfiniTime PR gets merged.
added local time characteristic
Thank you for this PR. I don't want to merge this until the InfiniTime PR gets merged, so I will keep this open for now. In the meantime, please apply my suggestion in the comment I wrote…