DateTimeArrowScalar¶
- final class lsst.daf.butler.arrow_utils.DateTimeArrowScalar¶
Bases:
ExtensionScalar
An Arrow scalar type for
astropy.time.Time
, stored as TAI nanoseconds since 1970-01-01.Use the standard
as_py
method to convert to an actualastropy.time.Time
instance.Methods Summary
as_py
(self)Return this scalar as a Python object.
Methods Documentation
- as_py(self)¶
Return this scalar as a Python object.