multidate

Crates.iomultidate
lib.rsmultidate
version0.2.2
sourcesrc
created_at2023-06-09 04:23:26.368
updated_at2024-05-24 03:04:55.363002
descriptionPrint multiple timezones' dates/times with offsets from the local time.
homepage
repositoryhttps://github.com/cdown/multidate
max_upload_size
id885989
size21,284
Chris Down (cdown)

documentation

README

multidate | Tests

multidate prints multiple timezones' dates/times with offsets from the local time. Useful for people who work in global teams and often need to know what time it is somewhere else.

Usage

% multidate America/Los_Angeles America/New_York@NY Europe/London Asia/Tel_Aviv Asia/Shanghai
              Local: Fri 2023-06-09 13:05

America/Los_Angeles: Thu 2023-06-08 22:05 (-15h)
                 NY: Fri 2023-06-09 01:05 (-12h)
      Europe/London: Fri 2023-06-09 06:05 (-7h)
      Asia/Tel_Aviv: Fri 2023-06-09 08:05 (-5h)
      Asia/Shanghai: Fri 2023-06-09 13:05 (+0h)
Commit count: 40

cargo fmt