aboutsummaryrefslogtreecommitdiff
path: root/modules/user_time.py
Commit message (Expand)AuthorAgeFilesLines
* Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+...•••This reverts commit fc0e6bdce050b323afe9c91ec2e3d58577321af4. Gravatar jesopo2020-01-011-2/+0
* if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1")Gravatar jesopo2020-01-011-0/+2
* fix !time output now that `human` has tz in itGravatar jesopo2019-12-301-3/+3
* don't use .replace for timezone, use .astimezoneGravatar jesopo2019-12-301-1/+1
* add time-localise export in user_time, to timezone localise a datetimeGravatar jesopo2019-12-301-8/+20
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-151-1/+1
* default `target_user` to None so the var always existsGravatar jesopo2019-11-141-0/+1
* remove !timezone as !time now shows UTC offsetGravatar jesopo2019-11-041-17/+0
* how many times can i typo "utc"Gravatar jesopo2019-11-031-2/+2
* "GMT" -> "UTC"Gravatar jesopo2019-11-031-5/+5
* show GMT offset in !time outputGravatar jesopo2019-11-011-2/+8
* if a nickname has no location set, assume it's a locationGravatar jesopo2019-10-181-9/+11
* support location names for !timezone tooGravatar jesopo2019-09-081-5/+9
* support showing time for locations, not just usersGravatar jesopo2019-09-081-10/+43
* switch to using pytz instead of an API for localised timeGravatar jesopo2019-09-051-17/+5
* Force removal of ":" from user_time.py API-provided ISO8601Gravatar jesopo2019-09-041-0/+6
* add !timezoneGravatar jesopo2019-07-271-11/+25
* Add `depends-on` hashflags to relevant modulesGravatar jesopo2019-05-251-0/+3
* Use require_setting in user_time.py and weather.pyGravatar jesopo2019-05-231-0/+2
* Actually provide formatting arg for user_time.py errorGravatar jesopo2019-04-281-1/+2
* Add user_time.pyGravatar jesopo2019-04-281-0/+33