Hello,
I am trying to create a calendar event and due to some insane reason you cannot create an event over the change of Daylight Savings Time when you select All Day (you always get an end time error) - so - I am trying to figure out a work around. My thought was that I would create an end date of 23:59:59 and create an event to work around the issue. However, when running the following in the Format New Date step below I receive a time back as 11:59 AM! Can someone help me figure out how to get FormatDateTime to return PM?
formatDateTime(outputs('Concat_23:59:59_to_End_Date'),'yyyy-MM-ddThh:mm:ss')
