fix qvvr time and fix fluc error

This commit is contained in:
lnk
2025-07-29 18:10:03 +08:00
parent 46b7603ed0
commit cc41842077
4 changed files with 100 additions and 11 deletions

View File

@@ -553,7 +553,7 @@ void processQVVR_end(LD_info_t* LD_info)
}
if(strcmp(cfg.ValueOfTimeUnit, "utc") == 0){//上送的是utc还是北京
utc_or_beijing = 28800000;
utc_or_beijing = 0;//61850库已经转换过了八小时毫秒数28800000;
}
else{
utc_or_beijing = 0;