I have an application where I am calling the function Date.parse as follows:
Date.parse(\'2021-02-22\' + \' \' + \'13:00\')
However, when I run t