Compare commits

...

2 Commits

Author SHA1 Message Date
Fred Boniface b00e758dd5 Do not rebuild tt 2023-07-02 21:12:16 +01:00
Fred Boniface 4056d962e9 Update TD 2023-07-02 20:46:22 +01:00
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. # append 23:59:59 to the time, else append 00:00:00 to the string and localize the object.
if time == "end": if time == "end":
string += " 235959" string += " 235959"
else: else: