Hotfix 13774
Updated dap-sdk
In dap_time_from_str_simplified, a check has been added to check that strptime returns an empty string; if it returns NULL or a number, then the conversion is considered invalid and 0 is returned.
Updated cellframe-sdk
Fixed the check that if the ts_create of a block is greater than the specified one, then the loop over blocks will be exited, and the iteration should continue.