Skip to content

Fix Timestamp Conversion Issue

Choose a tag to compare

@EwertonDaniel EwertonDaniel released this 02 Dec 16:55
· 42 commits to master since this release
91694b9

This release addresses a critical issue where timestamps were not being sent in milliseconds as expected. The following changes were made:

  • Bug Fix: Timestamps are now properly converted to milliseconds by multiplying the original value by 1000.

  • Improvement: Ensured compatibility with systems expecting timestamps in milliseconds for accurate time processing.

This fix ensures proper handling of datetime data across all dependent functionalities.

Feel free to attach additional binaries or files if necessary for testing or documentation.