Expand description
This is the internal library for the
when
command line utility.
Using this crate directly is not recommended as it’s not maintained with a stable API interface. It primarily exists so that it can be compiled to web assembly independently of the CLI tool.
Structs§
- Input
Expr - Represents a human readable date expression
- Location
- Represents a timezone location.
- Time
AtLocation - A tuple of time and location.
Enums§
- Location
Kind - The type of location.
- Time
OfDay - Human readable time-of-day description.
- ZoneRef
- Reference to a timezone.
Functions§
- find_
zone - Tries to locate a zone by name
- get_
time_ of_ day - Given a datetime object returns a human readable time-of-day description.