From f8274ea7a8fa21f2e4557f708a5fd94c04db3df5 Mon Sep 17 00:00:00 2001 From: Empire Phoenix Date: Tue, 6 May 2025 22:32:39 +0200 Subject: [PATCH] add better chrono filter --- rust/.cargo/config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/.cargo/config.toml b/rust/.cargo/config.toml index e1f26aa..d87148b 100644 --- a/rust/.cargo/config.toml +++ b/rust/.cargo/config.toml @@ -21,6 +21,6 @@ build-std = ["std", "panic_abort"] MCU="esp32c6" # Note: this variable is not used by the pio builder (`cargo build --features pio`) ESP_IDF_VERSION = "v5.2.1" -CHRONO_TZ_TIMEZONE_FILTER="UTC|Europe/Berlin" +CHRONO_TZ_TIMEZONE_FILTER = "UTC|America/New_York|America/Chicago|America/Los_Angeles|Europe/London|Europe/Berlin|Europe/Paris|Asia/Tokyo|Asia/Shanghai|Asia/Kolkata|Australia/Sydney|America/Sao_Paulo|Africa/Johannesburg|Asia/Dubai|Pacific/Auckland" CARGO_WORKSPACE_DIR = { value = "", relative = true } -RUST_BACKTRACE = "full" +RUST_BACKTRACE = "full" \ No newline at end of file