I am working on a project in eps32. Automatically I need to update the date and time on our device without using GPS and without giving offset value to get the NTP server. Because I can’t get it. So I want the date and time as per the location from the Blynk server. can you give the date and time as per the location ?.
The date and time from the Blynk server (using the RTC function) is always in UTC (Zulu) time. You need to specify the timezone for the device.
However, it depends exactly what it is that you’re trying to achieve. When you upload data to the Blynk server it is also recorded with UTC timestamp, and the date/time is displayed in the app using the date/time offset obtained from the mobile device that the app is running on.
Pete.