You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the demo, date/time field was written as string with certain format. The Python layer should accept date/time objects, such as those from datetime and astropy.time modules. For instance, I should be able to query observations for given mjd values (stored as attributes) of astropy.time.Time objects.
The text was updated successfully, but these errors were encountered:
bourque
changed the title
[ENH] Date/time field should recognize Python date/time objects
Date/time field should recognize Python date/time objects
Sep 19, 2017
During the demo, date/time field was written as string with certain format. The Python layer should accept date/time objects, such as those from
datetime
andastropy.time
modules. For instance, I should be able to query observations for givenmjd
values (stored as attributes) ofastropy.time.Time
objects.The text was updated successfully, but these errors were encountered: