Hello Sir,
we are working on a project in which we want to set time and date in my machine. but my machine take random date and time whenever we start the machine. so i want to create a flow in uipath that fetch the time and date from internet and set into the machine.
For that we make flowchart in that it take current date,month and year from website https://www.timeanddate.com/
but its not working. so we just want to fetch current date and time. we tried DateTime.Now.ToString() but it gives current date and time of my machine (which is not set correctly) not real time of my country
How to get date and time form internet without accessing the browser