Profitroll profitroll
  • https://www.profitroll.eu
  • System integrator, administrator and just a little bit programmer. Really. Just a bit.

  • Joined on 2022-07-14
profitroll closed issue GarbageReminder/TelegramBot#8 2024-05-31 00:25:54 +03:00
Improved UTC offsets
profitroll pushed to dev at GarbageReminder/TelegramBot 2024-05-31 00:25:54 +03:00
dc389ac1b7 Merge pull request 'Possibly fixed #8' (#57) from profitroll/timezones-fix into dev
3f20fdb46a Removed wrong localize
65e9e830c1 Fixed possible bugs and renamed pytz imports
1c76c8d911 Added automatic timezone update on location change; Update methods now return changed values
e307d60e8e pytz.utc instead of datetime.timezone.utc
Compare 11 commits »
profitroll pushed to profitroll/timezones-fix at GarbageReminder/TelegramBot 2024-05-31 00:25:43 +03:00
3f20fdb46a Removed wrong localize
65e9e830c1 Fixed possible bugs and renamed pytz imports
1c76c8d911 Added automatic timezone update on location change; Update methods now return changed values
e307d60e8e pytz.utc instead of datetime.timezone.utc
0562521f0d Improved typing
Compare 11 commits »
profitroll created pull request GarbageReminder/TelegramBot#57 2024-05-31 00:25:27 +03:00
Possibly fixed #8
profitroll pushed to profitroll/timezones-fix at GarbageReminder/TelegramBot 2024-05-31 00:24:26 +03:00
9ae319cbb3 Removed wrong localize
b939772c85 Fixed possible bugs and renamed pytz imports
6253fb0917 Added automatic timezone update on location change; Update methods now return changed values
fd72d34e48 pytz.utc instead of datetime.timezone.utc
48bb3cc4a3 Improved typing
Compare 6 commits »
profitroll pushed to profitroll/timezones-fix at GarbageReminder/TelegramBot 2024-05-30 18:47:43 +03:00
9b35b4892a Attempted a fix for #8
1b0870fca9 Default time is now 16:00
acd1746344 Added get_reminder_date() and get_reminder_time() methods; update_* methods now also change the attributes of the object
89050dbb6b Added pytz as a dependency
Compare 4 commits »
profitroll pushed to dev at GarbageReminder/TelegramBot 2024-05-30 13:51:52 +03:00
f6731d5734 Fixed downgrade for strings.url_updater config key
profitroll created branch profitroll/api-client in GarbageReminder/TelegramBot 2024-05-30 13:51:09 +03:00
profitroll pushed to profitroll/api-client at GarbageReminder/TelegramBot 2024-05-30 13:51:09 +03:00
profitroll merged pull request profitroll/YusarinBot#13 2024-05-29 19:30:30 +03:00
Update dependency requests to v2.32.3
profitroll pushed to main at profitroll/YusarinBot 2024-05-29 19:30:30 +03:00
5eded96615 Update dependency requests to v2.32.3 (#13)
f0b8c54790 Update dependency requests to v2.32.3
Compare 2 commits »
profitroll closed pull request VA-11_Hall-A/GloryBot#12 2024-05-29 19:30:22 +03:00
Update dependency requests to v2.32.3
profitroll commented on issue GarbageReminder/TelegramBot#8 2024-05-29 01:20:09 +03:00
Improved UTC offsets

This issue is now linked to profitroll/timezones-fix

profitroll created branch profitroll/timezones-fix in GarbageReminder/TelegramBot 2024-05-29 01:18:23 +03:00
profitroll pushed to profitroll/timezones-fix at GarbageReminder/TelegramBot 2024-05-29 01:18:23 +03:00
profitroll commented on issue GarbageReminder/TelegramBot#8 2024-05-29 01:06:04 +03:00
Improved UTC offsets

Possible cause: UTC timezone might contain DST. Way to test this: change DST and timezone on the machine and start the bot.

profitroll commented on issue GarbageReminder/TelegramBot#8 2024-05-28 20:28:56 +03:00
Improved UTC offsets

Offsets must be corrected after location (and possibly DST) changes.

profitroll pushed tag v0.1.0 to GarbageReminder/APIClient 2024-05-27 01:16:34 +03:00
profitroll released v0.1.0 at GarbageReminder/APIClient 2024-05-27 01:16:34 +03:00
profitroll merged pull request GarbageReminder/APIClient#1 2024-05-27 01:15:39 +03:00
Fixed package name