Sha256: 8edb32a946ef2680146ba9ac16c233dd94391ac9f98464e9fb6f87d3954b72a9

Contents?: true

Size: 340 Bytes

Versions: 20

Compression:

Stored size: 340 Bytes

Contents

/// Prints the current time zone, e.g. "Europe/Paris".

use android_system_properties::AndroidSystemProperties;

fn main() {
    let android_system_properties = AndroidSystemProperties::new();
    let tz = android_system_properties.get("persist.sys.timezone");
    println!("Your time zone is: {}", tz.as_deref().unwrap_or("<unknown>"));
}

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
wasmtime-30.0.2 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-29.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-28.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-27.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-26.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-25.0.2 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-25.0.1 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-25.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-24.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-23.0.2 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-22.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-21.0.1 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-20.0.2 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-20.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-18.0.3 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-17.0.1 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-17.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-16.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-15.0.1 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs
wasmtime-15.0.0 ./ext/cargo-vendor/android_system_properties-0.1.5/examples/time_zone.rs