Docs.rs
formualizer-eval-0.8.2
formualizer-eval 0.8.2
Docs.rs crate page
MIT
OR
Apache-2.0
11 August 2026
Links
Homepage
Repository
crates.io
Source
Owners
PSU3D0
Dependencies
arrow ^58.2.0
normal
arrow-array ^58.2.0
normal
arrow-buffer ^58.2.0
normal
arrow-cast ^58.2.0
normal
arrow-schema ^58.2.0
normal
arrow-select ^58.2.0
normal
bitflags ^2.9.1
normal
bumpalo ^3.16
normal
chrono ^0.4.41
normal
dashmap ^6.1.0
normal
formualizer-common ^3.0.0
normal
formualizer-macros ^0.8.2
normal
formualizer-parse ^3.0.0
normal
once_cell ^1.21.3
normal
rand ^0.8.5
normal
rayon ^1.8
normal
rustc-hash ^1.1
normal
serde ^1.0.228
normal
optional
smallvec ^1.13
normal
tracing ^0.1
normal
optional
tracing-chrome ^0.7
normal
optional
tracing-subscriber ^0.3
normal
optional
web-time ^1.1.0
normal
optional
criterion ^0.5
dev
glob ^0.3
dev
proptest ^1
dev
serde ^1.0
dev
serde_json ^1.0.142
dev
getrandom ^0.3
normal
optional
getrandom ^0.2
normal
optional
Versions
30.18%
of the crate is documented
Go to latest version
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module timezone
formualizer_
eval
0.8.2
Module timezone
Module Items
Structs
Enums
Traits
In crate formualizer_
eval
formualizer_eval
Module
timezone
Copy item path
Source
Structs
§
Fixed
Clock
Deterministic clock implementation: always returns the configured instant.
Snapshot
Clock
Per-recalc snapshotting wrapper around a
ClockProvider
(spec
formualizer-cycle-semantics-spec.md
§7.11).
System
Clock
Default clock implementation: reads from the system clock.
Enums
§
Time
Zone
Spec
Timezone specification for date/time calculations Excel behavior: always uses local timezone This enum allows future extensions while maintaining Excel compatibility
Traits
§
Clock
Provider
Injectable clock provider for volatile date/time builtins.