Alcidius
Alcidius
@DissectBot agree [company="Hunt & Hackett"]
Thank you @bobkarreman for your comment and suggestion! I’ve noticed that Windows Scheduled Tasks can be a bit inconsistent when it comes to the StartBoundary. I did try using `datetime.strptime`,...
Added a few test cases with timestamps observed in scheduled tasks. `str_to_isoformat` now also returns a datetime object as was suggested.
@bobkarreman Following your suggestion, I’ve refactored the function to make it cleaner while maintaining the same functionality. Additionally, I’ve added the missing test case you mentioned earlier.
@bobkarreman Thank for you your review! I provided changes accordingly.
@bobkarreman @Schamper Would any of you have had the time to look at the changes yet?