Improve time types

This commit is contained in:
2024-03-02 17:12:46 +00:00
parent 0f3c031b7a
commit b7da62536d
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -62,9 +62,9 @@ pub struct Project {
pub name: String,
pub active: bool,
pub color: String,
pub at: String,
pub server_deleted_at: Option<String>,
pub created_at: String,
pub at: DateTime<Utc>,
pub server_deleted_at: Option<DateTime<Utc>>,
pub created_at: DateTime<Utc>,
// cid: Option<serde_json::Value>,
// wid: i64,