Skip to content

Support Microseconds in RBUS_DATETIME Type#447

Open
Sreedevi29 wants to merge 1 commit intordkcentral:developfrom
Sreedevi29:fix/rbusDateTime_microsecondSupport
Open

Support Microseconds in RBUS_DATETIME Type#447
Sreedevi29 wants to merge 1 commit intordkcentral:developfrom
Sreedevi29:fix/rbusDateTime_microsecondSupport

Conversation

@Sreedevi29
Copy link
Copy Markdown

Description: Currently, the RBUS_DATETIME type only supports second-level precision, because it internally uses a struct tm (or tm32) which does not store microseconds.

Components that generate timestamps with microsecond information (e.g., TR-143 DownloadDiagnostics/UploadDiagnostics BOMTime and EOMTime) cannot convey this sub-second data through the standard RBUS APIs.

Added teh changes to support microseconds in rbus_datetime type.

Description: Currently, the RBUS_DATETIME type only supports second-level precision, because it internally uses a struct tm (or tm32) which does not store microseconds.

Signed-off-by: sreedevi.v1 <sreedevi.v@telekom-digital.com>
@Sreedevi29 Sreedevi29 requested a review from a team as a code owner April 2, 2026 08:57
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026


Thank you for your submission, we really appreciate it. Like many open-source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution. You can sign the CLA by just posting a Pull Request Comment same as the below format.


I have read the CLA Document and I hereby sign the CLA


sreedevi.v1 seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You can retrigger this bot by commenting recheck in this Pull Request. Posted by the CLA Assistant Lite bot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant