https://github.com/cdown/multidate
Print multiple timezones' dates/times with offsets from the local time.
https://github.com/cdown/multidate
Last synced: about 2 months ago
JSON representation
Print multiple timezones' dates/times with offsets from the local time.
- Host: GitHub
- URL: https://github.com/cdown/multidate
- Owner: cdown
- License: mit
- Created: 2023-06-09T01:40:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T14:15:23.000Z (about 1 year ago)
- Last Synced: 2024-05-01T02:21:30.669Z (about 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multidate | [](https://github.com/cdown/multidate/actions?query=branch%3Amaster)
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:05America/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)
```