Block a user
added setting of timezone
lol, gitea has a point here. No changes to this code anymore, after adapting https://gitea.arsenm.dev/Arsen6331/infinitime/pulls/4
added setting of timezone
adapted to changes in https://gitea.arsenm.dev/Arsen6331/infinitime/pulls/4
added local time characteristic
- Moved code into one function
- Added bit of code documentation
- Checked for existence of the new characteristic and added warning printout for it (or do you prefer it to fail completely silent?)
added local time characteristic
Overall, this PR looks good, but this seems like it should accept a
*time.Location
instead oftime.Time
because that would be a bit better for users of the library.Then, in the…
added local time characteristic