Compare commits

..

No commits in common. "b00e758dd59630fd5401130dc2ff756af9d2f6c3" and "d54ecf0733ecda4cd546dda4e0f01256471b344a" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ def _helpParseDays(string):
def _helpParseDate(string :str, time :str = "false"): def _helpParseDate(string :str, time :str = "false"):
# Incoming string contains date in format %Y-%m-%d, if the time signified end of schedule, # Incoming string contains date in format %Y-%m-%d, if the time signified end of schedule,
# append 23:59:59 to the time, else append 00:00:00 to the string and localize the object. # append 23:59:59 to the time, else append 00:00:00 to the string.
if time == "end": if time == "end":
string += " 235959" string += " 235959"
else: else: