Get current time from WiFly GSX?

Hello,

I have this project I am working on which has a DS1307 RTC IC. To aid it in keeping correct time

I’m thinking about sending current time updates to the ATmel chip which in turn adjust the date/time on the DS1307.

And then I saw that the WiFly module has support for NTP. But, if the module updates it’s date/time according to a NTP source, would it be possible to extract the current date/time with a get-request?

I’ve searched the manual but this is not specifically mentioned. But I’m hoping it would be possible to get this with get system or a similar request.

Any inputs? Anyone tried? Feedback is appreciated :slight_smile:

The program running on the microprocessor will get NIST time via LAN or WiFi and store it in the microprocessor’s memory. This would be your program.