questdb / py-questdb-client

Python client for QuestDB InfluxDB Line Protocol
https://py-questdb-client.readthedocs.io
Apache License 2.0
50 stars 8 forks source link

Fix examples, `utcnow()` is a bug #37

Closed amunra closed 1 year ago

amunra commented 1 year ago

There's still some examples with utcnow() these are buggy as will create data in the wrong timezone.

These should all use TimestampNanos.now() instead.