ion-python
ion-python copied to clipboard
C extension supports 9 timestamp precision now. It might need to support more as needed.
Right now C extension only supports at most 6 timestamp precision, it would be nice to support more.
E.g., 2016-02-02T00:00:30.12345678901234-00:00
will be read as 2016-02-02T00:00:30.123456-00:00
It would be good to support at least 9 digits for some customers.
Above commit changed C extension to support 9 sub-second digits now.