Crates.io | timezone-converter |
lib.rs | timezone-converter |
version | 0.1.0 |
source | src |
created_at | 2024-11-05 08:57:52.228419 |
updated_at | 2024-11-05 08:57:52.228419 |
description | A timezone conversion library that handles timezone conversions and information |
homepage | https://github.com/Egwau-Godfrey/time_zone_sync |
repository | https://github.com/Egwau-Godfrey/time_zone_sync |
max_upload_size | |
id | 1436238 |
size | 9,750 |
A Rust library for handling timezone conversions and retrieving timezone information with ease. This library wraps around chrono
and chrono-tz
to provide a simple interface for working with timezones.
Add this to your Cargo.toml
:
[dependencies]
timezone-converter = "0.1.0"
chrono = "0.4"
chrono-tz = "0.8"