obelisk.types.TimestampPrecision¶
- class obelisk.types.TimestampPrecision(*values)[source]¶
-
When ingesting data it is important to specify which precision provided UNIX timestamps are in. If a provided timestamp is in seconds, but interpreted by Obelisk as milliseconds, it would erroneously be somewhere in the past.
- __init__(*args, **kwds)
Methods
Attributes
- SECONDS = 'seconds'¶
- MILLISECONDS = 'milliseconds'¶
- MICROSECONDS = 'microseconds'¶