A better Rust ATProto crate

chore: align naming from chrono

authored by blooym.dev and committed by tangled.org 0a7353bc a1e74672

+1 -1
+1 -1
crates/jacquard-common/src/types/datetime.rs
··· 121 121 /// For full access to the underlying DateTime, use the [`AsRef<chrono::DateTime<chrono::FixedOffset>>`] implementation. 122 122 #[inline] 123 123 #[must_use] 124 - pub fn timestamp_ms(&self) -> i64 { 124 + pub fn timestamp_millis(&self) -> i64 { 125 125 self.dt.timestamp_millis() 126 126 } 127 127