mirror of
https://github.com/atuinsh/atuin.git
synced 2024-11-25 01:34:13 +01:00
fix: time offset display in atuin status
(#2433)
This commit is contained in:
parent
cc6f57d4e4
commit
d7f351e074
@ -30,7 +30,7 @@ pub async fn run(settings: &Settings, db: &impl Database) -> Result<()> {
|
|||||||
|
|
||||||
if settings.auto_sync {
|
if settings.auto_sync {
|
||||||
println!("Sync frequency: {}", settings.sync_frequency);
|
println!("Sync frequency: {}", settings.sync_frequency);
|
||||||
println!("Last sync: {last_sync}");
|
println!("Last sync: {}", last_sync.to_offset(settings.timezone.0));
|
||||||
}
|
}
|
||||||
|
|
||||||
if !settings.sync.records {
|
if !settings.sync.records {
|
||||||
|
Loading…
Reference in New Issue
Block a user