I am using the following procedure to analyze twitters, which was working correctly yesterday, but today I am facing some problems. Did Wolfram change something?
Thanks
twitter = ServiceConnect["Twitter", "New"] twitter["TweetSearch", "Query" -> "#falconheavy", MaxItems -> 25] 

DateObject. On the other hand for me this works:DateObject[{"2020 Mar 23 15:25:10", {"Year", " ", "MonthNameShort", " ", "Day", " ", "Time"}}, TimeZone -> 0]and so I'm not sure what would be breaking. Try doing aQuit? $\endgroup$DateObject[{"2020 Mar 23 15:25:10", {"Year", " ", "MonthNameShort", " ", "Day", " ", "Time"}}, TimeZone -> 0]if that's not working that you might need some form ofPacletUpdatebut I'm not sure which paclet $\endgroup$PacletUpdate["Interpreter"]to see if it's using theInterpreterpackage under the hood? $\endgroup$