SAP Knowledge Base Article - Preview

3341621 - SAP IQ Calculation of binaryTimeValue incorrect in documentation

Symptom

Formula in documentation (https://help.sap.com/docs/SAP_IQ/a8942f1c84f2101594aad09c82c80aea/a735aec084f2101593ecae252e57dc26.html) for calculating  binaryTimeValue is incorrect

  • binaryTimeValue = (hour * 3600 + minute * 60 + second + microsecond ) * 1000000

This should be:

  • binaryTimeValue = ((hour * 3600 + minute * 60 + second) * 1000000) + microsecond 


Read more...

Environment

SAP IQ 16.1

Product

SAP IQ 16.1

Keywords

CR 2380060546, CR2380060546, CR#2380060546,  Doc CR 2380060546  , KBA , BC-SYB-IQ , Sybase IQ , Problem

About this page

This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).

Search for additional results

Visit SAP Support Portal's SAP Notes and KBA Search.