aleph-im/pyaleph

Use a `NewType` named `TimeStamp` instead of floats for timestamps

Opened this issue · 1 comments

hoh commented
Timestamp = NewType('Timestamp', float)

The new CCN version consistently uses datetime objects now, from the moment a message is parsed.