Fix Timestamp Conversion Issue
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.