You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Transaction logs are currently stored using the host server's local machine time zone, creating synchronization confusion when comparing logs against the on-chain Stellar ledger timestamps.
Technical Requirements
Refactor the database connection and logger utilities to strictly enforce ISO 8601 UTC string formats (YYYY-MM-DDTHH:mm:ssZ).
Convert all existing date manipulations to use UTC methods explicitly.
Description
Transaction logs are currently stored using the host server's local machine time zone, creating synchronization confusion when comparing logs against the on-chain Stellar ledger timestamps.
Technical Requirements
Refactor the database connection and logger utilities to strictly enforce ISO 8601 UTC string formats (
YYYY-MM-DDTHH:mm:ssZ).Convert all existing date manipulations to use UTC methods explicitly.