Skip to content

Commit

Permalink
Add note to readme about bad timestamps (#18)
Browse files Browse the repository at this point in the history
* Add note to readme about bad timestamps

* Fix typo
  • Loading branch information
systemcatch authored Jun 18, 2020
1 parent 41711e3 commit af08132
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ setx EIA_KEY "type_your_api_key_within_the_quotes"
'data': {'error': 'invalid series_id. For key registration, documentation, and
examples see https://www.eia.gov/developer/'}}
```
- The API expects timestamps in ISO 8601 format (YYYYMMDDTHHZ) with Z meaning UTC, [bad timestamps](https://github.com/systemcatch/eiapy/issues/16) will not raise errors.

### Changelog
**0.1.4**
Expand Down

0 comments on commit af08132

Please sign in to comment.