aboutsummaryrefslogtreecommitdiff
path: root/modules/user_time.py
Commit message (Collapse)AuthorAgeFilesLines
* 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