int hour
Hours since midnight - [0,23].
int mon
Months since January - [0,11].
int year
Years since 1900.
int day
Day of the month - [1,31].
struct _nmeaTIME nmeaTIME
Date and time data.
int sec
Seconds after the minute - [0,59].
void nmea_time_now(nmeaTIME *t)
Get time now to nmeaTIME structure.
int msec
Thousandths part of second - [0,999].
int min
Minutes after the hour - [0,59].