Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-rust/cel-rust
/ Timestamp
Class
Timestamp
cel/src/ser.rs:143–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
141
#[cfg(feature =
"chrono"
)]
142
#[derive(Clone, Copy, Default, PartialEq, Eq, PartialOrd, Ord, Debug, Hash)]
143
pub struct Timestamp(pub chrono::DateTime<FixedOffset>);
144
145
#[cfg(feature =
"chrono"
)]
146
impl Timestamp {
Callers
4
test_timestamp_variable
Function · 0.70
try_from
Method · 0.70
checked_op
Function · 0.70
arbitrary_value
Function · 0.50
Calls
no outgoing calls
Tested by
1
test_timestamp_variable
Function · 0.56