Skip to content

Commit

Permalink
chore(services/cache): change the format in which timestamp is saved
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Jan 18, 2025
1 parent 47df7a3 commit 7bd273f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/services/cache/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl CacheService {
Self {
config,
db: db.clone(),
version: Utc::now().to_string(),
version: Utc::now().to_rfc2822(),
}
}
}
Expand Down

0 comments on commit 7bd273f

Please sign in to comment.