https://github.com/cortiz/tzdate
TZDate
https://github.com/cortiz/tzdate
Last synced: 3 months ago
JSON representation
TZDate
- Host: GitHub
- URL: https://github.com/cortiz/tzdate
- Owner: cortiz
- License: lgpl-3.0
- Created: 2019-01-09T03:04:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-09T23:05:45.000Z (over 6 years ago)
- Last Synced: 2025-01-22T01:52:18.584Z (4 months ago)
- Language: C
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# TZ Date
Prints out the current date/time given the Timezone## Usage
```
tzdate TZ TZ TZ
```Timezones have to be fully named,for example `America/Costa_Rica` or `Asia/Tokyo`
## Building & Dependencies
*tzdate* only depends on _c99_```
make
```