<feed xmlns='http://www.w3.org/2005/Atom'>
<title>~steering/bitbot.git/modules/user_time.py, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>https://cgit.space/~steering/bitbot.git/atom/modules/user_time.py?h=master</id>
<link rel='self' href='https://cgit.space/~steering/bitbot.git/atom/modules/user_time.py?h=master'/>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/'/>
<updated>2020-03-08T14:14:00Z</updated>
<entry>
<title>exports.get_one() -&gt; exports.get()</title>
<updated>2020-03-08T14:14:00Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-03-08T14:14:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=49d9cbdb87a40cf58f1997914ca1b5033fcc13b3'/>
<id>urn:sha1:49d9cbdb87a40cf58f1997914ca1b5033fcc13b3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>utilise @utils.export for function exporting in more places</title>
<updated>2020-02-19T17:29:10Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-02-19T17:29:10Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=3453479235bec9ec61b3e9dd95aef66a78fe6296'/>
<id>urn:sha1:3453479235bec9ec61b3e9dd95aef66a78fe6296</id>
<content type='text'>
</content>
</entry>
<entry>
<title>split utils.datetime out in to .parse and .format</title>
<updated>2020-01-30T21:20:56Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-30T21:12:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=d0d5cc4d0866d44eed652221940035d855296253'/>
<id>urn:sha1:d0d5cc4d0866d44eed652221940035d855296253</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1")"</title>
<updated>2020-01-01T11:41:41Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-01T11:41:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=8d5f0486e10849a346ce5c88b44273cca71bf60a'/>
<id>urn:sha1:8d5f0486e10849a346ce5c88b44273cca71bf60a</id>
<content type='text'>
This reverts commit fc0e6bdce050b323afe9c91ec2e3d58577321af4.
</content>
</entry>
<entry>
<title>if a timezone isn't found, prepend it with "Etc/" (for e.g. "Etc/GMT+1")</title>
<updated>2020-01-01T11:27:24Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2020-01-01T11:27:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=fc0e6bdce050b323afe9c91ec2e3d58577321af4'/>
<id>urn:sha1:fc0e6bdce050b323afe9c91ec2e3d58577321af4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix !time output now that `human` has tz in it</title>
<updated>2019-12-30T17:19:08Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-12-30T17:19:08Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=d3105ebefcb54f5c2e924a3eb43ce265cd7fca10'/>
<id>urn:sha1:d3105ebefcb54f5c2e924a3eb43ce265cd7fca10</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't use .replace for timezone, use .astimezone</title>
<updated>2019-12-30T17:18:54Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-12-30T17:18:54Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=6380e80282bfd3a397e5a21c4dbacdc339a2d6f2'/>
<id>urn:sha1:6380e80282bfd3a397e5a21c4dbacdc339a2d6f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add time-localise export in user_time, to timezone localise a datetime</title>
<updated>2019-12-30T17:10:16Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-12-30T17:10:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=e1f8e8a52431ce23cd6cc1f7f8750be44a720b13'/>
<id>urn:sha1:e1f8e8a52431ce23cd6cc1f7f8750be44a720b13</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move all datetime-related code from utils/__init__ to utils.datetime</title>
<updated>2019-11-15T13:59:09Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-11-15T13:59:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=5d01db8514f9b06d2e478c0d86ffafe137093d5b'/>
<id>urn:sha1:5d01db8514f9b06d2e478c0d86ffafe137093d5b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>default `target_user` to None so the var always exists</title>
<updated>2019-11-14T15:48:36Z</updated>
<author>
<name>jesopo</name>
</author>
<published>2019-11-14T15:48:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit.space/~steering/bitbot.git/commit/?id=7628e6f7fc4f1706203948d627545e77934dc40c'/>
<id>urn:sha1:7628e6f7fc4f1706203948d627545e77934dc40c</id>
<content type='text'>
</content>
</entry>
</feed>
