Expose dt value on jacquard_common Datetime
did:plc:p5yjdr64h7mk5l3kh6oszryk opened this Jan 15, 2026 0 comments
did:plc:p5yjdr64h7mk5l3kh6oszryk opened Jan 15, 2026
I have need to access the inner dt value on jacquard_common::types::datetime::Datetime because I want to convert to raw timestamp seconds. Right now the current implementation requires me to access the string representation of the Datetime and then re-parse it into a chrono DateTime, when instead I could just be reading the pre-existing value from the jacquard type.
No activity yet.