adl_rtcConvertTime() problem

void test( adl_rtcTimeStamp_t * tst )
{
	adl_rtcTime_t time;
        adl_rtcConvertTime(&time,tst,ADL_RTC_CONVERT_TO_TIMESTAMP);
	adl_rtcConvertTime(&time,tst,ADL_RTC_CONVERT_FROM_TIMESTAMP);
}

Wavecom Q2406B. OS is 3.12

After call this function tst is +1 Hour. Why?

If you using RTE there is an error in the library — the time starts at 1.1.1970 01:00:00 instead of 1.1.1970 00:00:00

Regards, Ralf

This problem is only to RTE. Thanks :slight_smile: