timezone-converter 0.1.0

A timezone conversion library that handles timezone conversions and information
Documentation
  • Coverage
  • 100%
    13 out of 13 items documented3 out of 10 items with examples
  • Size
  • Source code size: 17.6 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.88 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 38s Average build duration of successful builds.
  • all releases: 38s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Egwau-Godfrey/time_zone_sync
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Egwau-Godfrey

Timezone Converter

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.

Features

  • Convert times between any supported timezone
  • Get current time in different timezones
  • Retrieve timezone information (name, offset, DST status)
  • Calculate time differences between timezones
  • Error handling for invalid timezones and conversion failures

Installation

Add this to your Cargo.toml:

[dependencies]
timezone-converter = "0.1.0"
chrono = "0.4"
chrono-tz = "0.8"