py-tai64
py-tai64 copied to clipboard
.encode()?
Shouldn't the module also have an .encode()
method that takes a datetime
object and returns a TAI64(n) value?
And shouldn't the .decode_tai64n()
simply be called .decode()
, since the context is already given by the module name?