Check whether inject XTRATIME was successfull on EG25-G

Is there commands to read injected time or to make sure, that it was successfuly injected?
Some Quectels apparently have ‘AT+QGPSXTRATIME?’ read command. It looks like it’s not implemented on EG25-G. Is it right? Is there any other way to check injected time?

# echo 'AT+QGPSXTRADATA?' | atinout - /dev/ttyS2  -

+QGPSXTRADATA: 0,"1980/01/05,19:00:00"

OK
# echo 'AT+QGPSXTRATIME?' | atinout - /dev/ttyS2  -

OK
# echo 'AT+QGPSDEL=1' | atinout - /dev/ttyS2  -

OK
# echo 'AT+QGPSDEL=3' | atinout - /dev/ttyS2  -

OK
# echo 'AT+CFUN=1,1' | atinout - /dev/ttyS2  -

OK

# echo 'AT+QGPSXTRADATA?' | atinout - /dev/ttyS2  -
+QGPSXTRADATA: 0,"1980/01/05,19:00:00"

OK
# echo 'AT+QGPSXTRATIME?' | atinout - /dev/ttyS2  -

OK

I don’t see read command in the documentation.

Hi ,
Please note the usage conditions of this instruction. I did not see the execution of AT+QGPSXTRA=1 in the information you provided.

In my setup I use AT+QGPSXTRA=1 command first and then AT+QGPSXTRATIME=0,"2025/04/15,20:35:13" is used before injecting gpsOneXTRA data file AT+QGPSXTRADATA="RAM:xtra3grc_24h.bin-5.bin".

My question is about 'AT+QGPSXTRATIME?' command. It returns nothing. Is it correct? How could I check, that injected time is set correctly?