Added a link to the text 'this site' (#5069)

This text:
SQLite databases do not support native dates. That's why all the dates are saved in seconds since the UNIX epoch. Convert them manually using this site or in Python:

should have a link where it says "this text"
It now reads:
SQLite databases do not support native dates. That's why all the dates are saved in seconds since the UNIX epoch. Convert them manually using [this site](https://www.epochconverter.com/) or in Python:
This commit is contained in:
brubaked 2018-03-31 13:48:56 -05:00 committed by Fabian Affolter
parent 17bae0c271
commit a835ff4172

View File

@ -120,7 +120,7 @@ When the `history` component queries the states table it only selects states whe
#### {% linkable_title On dates %}
SQLite databases do not support native dates. That's why all the dates are saved in seconds since the UNIX epoch. Convert them manually using this site or in Python:
SQLite databases do not support native dates. That's why all the dates are saved in seconds since the UNIX epoch. Convert them manually using [this site](https://www.epochconverter.com/) or in Python:
```python
from datetime import datetime