scriptorium/utils/luxon
Bindings to the Luxon library.
Types
Functions
pub fn date_time_in_zone(
date: Date,
time: Time,
tz: String,
) -> Result(DateTime, Nil)
Get a Luxon DateTime in the given timezone.
Bindings to the Luxon library.
pub fn date_time_in_zone(
date: Date,
time: Time,
tz: String,
) -> Result(DateTime, Nil)
Get a Luxon DateTime in the given timezone.