An open API service indexing awesome lists of open source software.

https://github.com/cortiz/tzdate

TZDate
https://github.com/cortiz/tzdate

Last synced: 3 months ago
JSON representation

TZDate

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
```