This PR changes the output of [p]jsk cancel command to use new discord timestamps for showing tasks's invoked time; the reason for proposing this change is discord timestamps show time in user's local time from my understanding and so it is easier to visualize or process (at a glance) in our mind than the current strftime format. Please let me know what is your opinion on this. Thanks for reading!
I used relative style ('R') for timestamps, please let me know if other style would be more suitable instead.
Summary of changes made
With this PR, the output of [p]jsk cancel command would show the invoked task's created value as new discord timestamps like so:
Checklist
[x] This PR changes the jishaku module/cog codebase
[ ] These changes add new functionality to the module/cog
[ ] These changes fix an issue or bug in the module/cog
[x] I have tested that these changes work on a production bot codebase
[ ] I have tested these changes against the CI/CD test suite
[ ] I have updated the documentation to reflect these changes
[ ] This PR changes the CI/CD test suite
[ ] I have tested my suite changes are well-formed (all tests can be discovered)
[ ] These changes adjust existing test cases
[ ] These changes add new test cases
[ ] This PR changes prose (such as the documentation, README or other Markdown/RST documents)
[ ] I have proofread my changes for grammar and spelling issues
[ ] I have tested that any changes regarding Markdown/RST syntax result in a well formed document
Rationale
Greetings,
This PR changes the output of
[p]jsk cancel
command to use new discord timestamps for showing tasks's invoked time; the reason for proposing this change is discord timestamps show time in user's local time from my understanding and so it is easier to visualize or process (at a glance) in our mind than the current strftime format. Please let me know what is your opinion on this. Thanks for reading!I used relative style (
'R'
) for timestamps, please let me know if other style would be more suitable instead.Summary of changes made
With this PR, the output of
[p]jsk cancel
command would show the invoked task's created value as new discord timestamps like so:Checklist