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
#[builder(default = "SystemTime::now().duration_since(UNIX_EPOCH).unwrap().as_micros() as i64")]/// Timestamp in milliseconds from the unix epoch when the table was last updated.pub last_updated_ms:i64,
Should be changed to .as_millis()
The text was updated successfully, but these errors were encountered:
source 1
source 2
source 3
Should be changed to .as_millis()
The text was updated successfully, but these errors were encountered: