Closed
Bug 1636176
Opened 5 years ago
Closed 4 years ago
Expose Rust type `DateTime` for use with DateTimeMetric type
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chutten, Assigned: Dexter)
References
Details
Attachments
(1 file)
FOG provides a Rust API and thus it would like to get to the values stored in a datetime.
Internally glean-core stores these as DateTime<FixedOffset>
s and converts it to a JSON-encoded representation for test_get_value
.
We should expose this type for FOG to consume
Assignee | ||
Updated•5 years ago
|
Priority: -- → P3
Whiteboard: [telemetry:glean-rs:m?]
Updated•5 years ago
|
Priority: P3 → P2
Whiteboard: [telemetry:glean-rs:m?]
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → alessio.placitelli
Priority: P2 → P1
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•