Skip to content

Commit

Permalink
add note on UTC time
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Jan 6, 2020
1 parent 8568da3 commit 413a670
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ poetry install --no-dev # install dependencies
poetry run ics_export # begin calendar export
```

### Note
The [ics.py](https://github.com/C4ptainCrunch/ics.py) library (converts all events to UTC time)[https://github.com/C4ptainCrunch/ics.py/issues/188] before exporting to .ics file. Times should still show up correct though.

## Development
```
poetry install # install dependencies
Expand Down

0 comments on commit 413a670

Please sign in to comment.